Class CgfxAttrCollection
Inheritance
System.Object
System.MarshalByRefObject
CgfxAttrCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public class CgfxAttrCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CgfxAttrCollection()
Declaration
protected CgfxAttrCollection()
CgfxAttrCollection(BasePart)
Declaration
protected CgfxAttrCollection(BasePart owner)
Parameters
Properties
Tag
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public Tag Tag { get; }
Property Value
Methods
CreateAttributeValueColor3Builder(TaggedObject)
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public CgfxAttributeValueColor3Builder CreateAttributeValueColor3Builder(TaggedObject cgfxAttribute)
Parameters
Returns
CreateAttributeValueColor4Builder(TaggedObject)
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public CgfxAttributeValueColor4Builder CreateAttributeValueColor4Builder(TaggedObject cgfxAttribute)
Parameters
Returns
CreateAttributeValueFileBuilder(TaggedObject)
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public CgfxAttributeValueFileBuilder CreateAttributeValueFileBuilder(TaggedObject cgfxAttribute)
Parameters
Returns
CreateAttributeValueFloat3Builder(TaggedObject)
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public CgfxAttributeValueFloat3Builder CreateAttributeValueFloat3Builder(TaggedObject cgfxAttribute)
Parameters
Returns
CreateAttributeValueFloat4Builder(TaggedObject)
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public CgfxAttributeValueFloat4Builder CreateAttributeValueFloat4Builder(TaggedObject cgfxAttribute)
Parameters
Returns
CreateAttributeValueIntegerBuilder(TaggedObject)
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public CgfxAttributeValueIntegerBuilder CreateAttributeValueIntegerBuilder(TaggedObject cgfxAttribute)
Parameters
Returns
CreateAttributeValueNumberBuilder(TaggedObject)
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public CgfxAttributeValueNumberBuilder CreateAttributeValueNumberBuilder(TaggedObject cgfxAttribute)
Parameters
Returns
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
System.Byte[] |
state |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
Find(String)
Declaration
[Obsolete("Deprecated in NX10.0.0. No alternative provided for this class.")]
public TaggedObject Find(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
ToArray()
Declaration
public CgfxAttr[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable