Search Results for

    Show / Hide Table of Contents

    Class CgfxMattexCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    CgfxMattexCollection
    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 CgfxMattexCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    CgfxMattexCollection()

    Declaration
    protected CgfxMattexCollection()

    CgfxMattexCollection(BasePart)

    Declaration
    protected CgfxMattexCollection(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

    CreateCgfxMattexBuilder(TaggedObject)

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

    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 CgfxMattex[] ToArray()
    Returns
    Type Description
    CgfxMattex[]

    Implements

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