Search Results for

    Show / Hide Table of Contents

    Class PendingComponentsManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PendingComponentsManager
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.PDM
    Assembly: NXOpen.dll
    Syntax
    public class PendingComponentsManager : TransientObject, IMessageSink, IDisposable

    Constructors

    PendingComponentsManager(nint)

    Declaration
    protected PendingComponentsManager(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    AddComponent(string, out PartLoadStatus)

    Declaration
    public Component AddComponent(string handle, out PartLoadStatus loadStatus)
    Parameters
    Type Name Description
    string handle
    PartLoadStatus loadStatus
    Returns
    Type Description
    Component

    AddNgcComponent(string, out PartLoadStatus)

    Declaration
    public Component AddNgcComponent(string handle, out PartLoadStatus loadStatus)
    Parameters
    Type Name Description
    string handle
    PartLoadStatus loadStatus
    Returns
    Type Description
    Component

    ComponentHasPosition(string)

    Declaration
    public bool ComponentHasPosition(string handle)
    Parameters
    Type Name Description
    string handle
    Returns
    Type Description
    bool

    DeleteComponent(string)

    Declaration
    public void DeleteComponent(string handle)
    Parameters
    Type Name Description
    string handle

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetComponentPartFileName(string)

    Declaration
    public string GetComponentPartFileName(string handle)
    Parameters
    Type Name Description
    string handle
    Returns
    Type Description
    string

    GetComponents()

    Declaration
    public string[] GetComponents()
    Returns
    Type Description
    string[]

    Implements

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