Class ClonePart
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.Tooling
Assembly: NXOpen.dll
Syntax
public class ClonePart : TransientObject, IMessageSink, IDisposable
Constructors
ClonePart(IntPtr)
Declaration
protected ClonePart(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
IsClone
Declaration
public bool IsClone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NewItemId
Declaration
public string NewItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewItemType
Declaration
public string NewItemType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewMfkId
Declaration
public string NewMfkId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewPartName
Declaration
public string NewPartName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewRevisionId
Declaration
public string NewRevisionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartName
Declaration
public string PartName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable