Search Results for

    Show / Hide Table of Contents

    Class CgfxAttrCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    CgfxAttrCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Display
    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
    Type Name Description
    BasePart owner

    Properties

    Tag

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateAttributeValueColor3Builder(TaggedObject)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxAttributeValueColor3Builder CreateAttributeValueColor3Builder(TaggedObject cgfxAttribute)
    Parameters
    Type Name Description
    TaggedObject cgfxAttribute
    Returns
    Type Description
    CgfxAttributeValueColor3Builder

    CreateAttributeValueColor4Builder(TaggedObject)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxAttributeValueColor4Builder CreateAttributeValueColor4Builder(TaggedObject cgfxAttribute)
    Parameters
    Type Name Description
    TaggedObject cgfxAttribute
    Returns
    Type Description
    CgfxAttributeValueColor4Builder

    CreateAttributeValueFileBuilder(TaggedObject)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxAttributeValueFileBuilder CreateAttributeValueFileBuilder(TaggedObject cgfxAttribute)
    Parameters
    Type Name Description
    TaggedObject cgfxAttribute
    Returns
    Type Description
    CgfxAttributeValueFileBuilder

    CreateAttributeValueFloat3Builder(TaggedObject)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxAttributeValueFloat3Builder CreateAttributeValueFloat3Builder(TaggedObject cgfxAttribute)
    Parameters
    Type Name Description
    TaggedObject cgfxAttribute
    Returns
    Type Description
    CgfxAttributeValueFloat3Builder

    CreateAttributeValueFloat4Builder(TaggedObject)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxAttributeValueFloat4Builder CreateAttributeValueFloat4Builder(TaggedObject cgfxAttribute)
    Parameters
    Type Name Description
    TaggedObject cgfxAttribute
    Returns
    Type Description
    CgfxAttributeValueFloat4Builder

    CreateAttributeValueIntegerBuilder(TaggedObject)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxAttributeValueIntegerBuilder CreateAttributeValueIntegerBuilder(TaggedObject cgfxAttribute)
    Parameters
    Type Name Description
    TaggedObject cgfxAttribute
    Returns
    Type Description
    CgfxAttributeValueIntegerBuilder

    CreateAttributeValueNumberBuilder(TaggedObject)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxAttributeValueNumberBuilder CreateAttributeValueNumberBuilder(TaggedObject cgfxAttribute)
    Parameters
    Type Name Description
    TaggedObject cgfxAttribute
    Returns
    Type Description
    CgfxAttributeValueNumberBuilder

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    Find(string)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public TaggedObject Find(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    TaggedObject

    ToArray()

    Declaration
    public CgfxAttr[] ToArray()
    Returns
    Type Description
    CgfxAttr[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IEnumerable
    In this article
    Back to top Generated by DocFX