Class DynamicObjectInstantiation
Inheritance
System.Object
DynamicObjectInstantiation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.Utilities.dll
Syntax
public class DynamicObjectInstantiation : RuntimeObject
Constructors
DynamicObjectInstantiation(IntPtr)
Declaration
protected DynamicObjectInstantiation(IntPtr pItem)
Parameters
Type |
Name |
Description |
System.IntPtr |
pItem |
|
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public bool DetachToolFromMagazine { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DetachToolFromMagazineFinished { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DetachToolFromSpindle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DetachToolFromSpindleFinished { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DetachToolFromToolChanger { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DetachToolFromToolChangerFinished { get; }
Property Value
Type |
Description |
System.Boolean |
|
Find
Declaration
public bool Find { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FindFinished
Declaration
public bool FindFinished { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int ToolAtMagazine { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ToolAtPocket { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string ToolToFind { get; set; }
Property Value
Type |
Description |
System.String |
|