Class PendingComponentsManager
Inheritance
System.Object
System.MarshalByRefObject
PendingComponentsManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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
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