Search Results for

    Show / Hide Table of Contents

    Class DynamicObjectInstantiation

    Inheritance
    System.Object
    RuntimeObject
    DynamicObjectInstantiation
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    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)
    Namespace: NXOpen
    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
    RuntimeObject.Active

    DetachToolFromMagazine

    Declaration
    public bool DetachToolFromMagazine { get; set; }
    Property Value
    Type Description
    System.Boolean

    DetachToolFromMagazineFinished

    Declaration
    public bool DetachToolFromMagazineFinished { get; }
    Property Value
    Type Description
    System.Boolean

    DetachToolFromSpindle

    Declaration
    public bool DetachToolFromSpindle { get; set; }
    Property Value
    Type Description
    System.Boolean

    DetachToolFromSpindleFinished

    Declaration
    public bool DetachToolFromSpindleFinished { get; }
    Property Value
    Type Description
    System.Boolean

    DetachToolFromToolChanger

    Declaration
    public bool DetachToolFromToolChanger { get; set; }
    Property Value
    Type Description
    System.Boolean

    DetachToolFromToolChangerFinished

    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

    ToolAtMagazine

    Declaration
    public int ToolAtMagazine { get; }
    Property Value
    Type Description
    System.Int32

    ToolAtPocket

    Declaration
    public int ToolAtPocket { get; }
    Property Value
    Type Description
    System.Int32

    ToolToFind

    Declaration
    public string ToolToFind { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX