Search Results for

    Show / Hide Table of Contents

    Class PendingComponentsManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    PendingComponentsManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.PDM
    Assembly: NXOpen.dll
    Syntax
    public class PendingComponentsManager : TransientObject, IMessageSink, IDisposable

    Constructors

    PendingComponentsManager(IntPtr)

    Declaration
    protected PendingComponentsManager(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    AddComponent(String, out PartLoadStatus)

    Declaration
    public Component AddComponent(string handle, out PartLoadStatus loadStatus)
    Parameters
    Type Name Description
    System.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
    System.String handle
    PartLoadStatus loadStatus
    Returns
    Type Description
    Component

    ComponentHasPosition(String)

    Declaration
    public bool ComponentHasPosition(string handle)
    Parameters
    Type Name Description
    System.String handle
    Returns
    Type Description
    System.Boolean

    DeleteComponent(String)

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

    FreeResource()

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

    GetComponentPartFileName(String)

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

    GetComponents()

    Declaration
    public string[] GetComponents()
    Returns
    Type Description
    System.String[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX