Search Results for

    Show / Hide Table of Contents

    Class DynamicObjectInstantiation

    Inheritance
    object
    RuntimeObject
    DynamicObjectInstantiation
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    RuntimeObject.GetStringValue(int)
    RuntimeObject.SetStringValue(int, string)
    RuntimeObject.GetBoolArrayValue(int)
    RuntimeObject.SetBoolArrayValue(int, bool[])
    RuntimeObject.GetIntArrayValue(int)
    RuntimeObject.SetIntArrayValue(int, int[])
    RuntimeObject.GetDoubleArrayValue(int)
    RuntimeObject.SetDoubleArrayValue(int, double[])
    RuntimeObject.GetStringArrayValue(int)
    RuntimeObject.SetStringArrayValue(int, string[])
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class DynamicObjectInstantiation : RuntimeObject

    Constructors

    DynamicObjectInstantiation(nint)

    Declaration
    protected DynamicObjectInstantiation(nint pItem)
    Parameters
    Type Name Description
    nint pItem

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    bool
    Overrides
    RuntimeObject.Active

    DetachToolFromMagazine

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

    DetachToolFromMagazineFinished

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

    DetachToolFromSpindle

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

    DetachToolFromSpindleFinished

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

    DetachToolFromToolChanger

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

    DetachToolFromToolChangerFinished

    Declaration
    public bool DetachToolFromToolChangerFinished { get; }
    Property Value
    Type Description
    bool

    Find

    Declaration
    public bool Find { get; set; }
    Property Value
    Type Description
    bool

    FindFinished

    Declaration
    public bool FindFinished { get; }
    Property Value
    Type Description
    bool

    OperatingChannel

    Declaration
    public int OperatingChannel { get; set; }
    Property Value
    Type Description
    int

    OperatingMagazine

    Declaration
    public int OperatingMagazine { get; set; }
    Property Value
    Type Description
    int

    OperatingPocket

    Declaration
    public int OperatingPocket { get; set; }
    Property Value
    Type Description
    int

    OperatingSpindlePocket

    Declaration
    public int OperatingSpindlePocket { get; set; }
    Property Value
    Type Description
    int

    OperatingToolChangerPocket

    Declaration
    public int OperatingToolChangerPocket { get; set; }
    Property Value
    Type Description
    int

    ToolAtChannel

    Declaration
    public int ToolAtChannel { get; }
    Property Value
    Type Description
    int

    ToolAtMagazine

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

    ToolAtPocket

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

    ToolToFind

    Declaration
    public string ToolToFind { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX