Search Results for

    Show / Hide Table of Contents

    Class LinkedPartManager

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

    Constructors

    LinkedPartManager()

    Declaration
    protected LinkedPartManager()

    LinkedPartManager(Session)

    Declaration
    protected LinkedPartManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

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

    Methods

    AddAttributeEditHandler(AttributeEditHandler)

    Declaration
    public int AddAttributeEditHandler(LinkedPartManager.AttributeEditHandler handler)
    Parameters
    Type Name Description
    LinkedPartManager.AttributeEditHandler handler
    Returns
    Type Description
    int

    AddMapEntityHandler(MapEntityHandler)

    Declaration
    public int AddMapEntityHandler(LinkedPartManager.MapEntityHandler handler)
    Parameters
    Type Name Description
    LinkedPartManager.MapEntityHandler handler
    Returns
    Type Description
    int

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

    RemoveAttributeEditHandler(int)

    Declaration
    public void RemoveAttributeEditHandler(int id)
    Parameters
    Type Name Description
    int id

    RemoveMapEntityHandler(int)

    Declaration
    public void RemoveMapEntityHandler(int id)
    Parameters
    Type Name Description
    int id

    ToArray()

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

    Implements

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