Search Results for

    Show / Hide Table of Contents

    Class CategoryCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    CategoryCollection
    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.Layer
    Assembly: NXOpen.dll
    Syntax
    public class CategoryCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    CategoryCollection()

    Declaration
    protected CategoryCollection()

    CategoryCollection(BasePart)

    Declaration
    protected CategoryCollection(BasePart owner)
    Parameters
    Type Name Description
    BasePart owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateCategory(string, string, int[])

    Declaration
    public Category CreateCategory(string name, string description, int[] memberLayers)
    Parameters
    Type Name Description
    string name
    string description
    int[] memberLayers
    Returns
    Type Description
    Category

    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[])

    FindObject(string)

    Declaration
    public Category FindObject(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    Category

    ToArray()

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

    Implements

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