Search Results for

    Show / Hide Table of Contents

    Class RuntimeObject

    Inheritance
    object
    RuntimeObject
    Accelerometer
    AlignBody
    AxisConstraint
    BondZone
    BreakingConstraint
    CamCoupling
    ChangeMaterial
    CollisionMaterial
    ComponentPart
    ControlBase
    DisplayChanger
    DistanceSensor
    DynamicMaterial
    DynamicMaterialCutter
    DynamicObjectInstantiation
    ElecCamCoupling
    ExpressionBlock
    ExternalConnection
    GearCoupling
    GenericSensor
    GraphControl
    Gripper
    HydraulicCylinder
    HydraulicValve
    Inclinometer
    InverseKinematics
    Joint
    LaserScanner
    LightCurtain
    LimitSwitch
    MCDSignal
    PneumaticCylinder
    PneumaticValve
    PositionSensor
    PreventCollision
    ProxyObject
    PulleysBeltChain
    RackPinion
    ReadWriteDeviceObject
    Relay
    RigidBody
    RuntimeNC
    RuntimeParameters
    ShapeBody
    Signal
    SignalAdapter
    SinkBehavior
    SourceBehavior
    TableBase
    TagForm
    Tracer
    Transformer
    TransmitterEntry
    TransmitterExit
    TransportSurface
    VelocitySensor
    VirtualAxis
    Inherited Members
    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 RuntimeObject

    Constructors

    RuntimeObject(nint)

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

    Fields

    m_pItem

    Declaration
    protected nint m_pItem
    Field Value
    Type Description
    nint

    Properties

    Active

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

    Methods

    AskAssembly()

    Declaration
    public ComponentPart AskAssembly()
    Returns
    Type Description
    ComponentPart

    Dispose()

    Declaration
    public virtual void Dispose()

    ~RuntimeObject()

    Declaration
    protected ~RuntimeObject()

    GetBoolArrayValue(int)

    Declaration
    protected bool[] GetBoolArrayValue(int nProp)
    Parameters
    Type Name Description
    int nProp
    Returns
    Type Description
    bool[]

    GetDoubleArrayValue(int)

    Declaration
    protected double[] GetDoubleArrayValue(int nProp)
    Parameters
    Type Name Description
    int nProp
    Returns
    Type Description
    double[]

    GetIntArrayValue(int)

    Declaration
    protected int[] GetIntArrayValue(int nProp)
    Parameters
    Type Name Description
    int nProp
    Returns
    Type Description
    int[]

    GetPhysicsObject()

    Declaration
    public Tag GetPhysicsObject()
    Returns
    Type Description
    Tag

    GetStringArrayValue(int)

    Declaration
    protected string[] GetStringArrayValue(int nProp)
    Parameters
    Type Name Description
    int nProp
    Returns
    Type Description
    string[]

    GetStringValue(int)

    Declaration
    protected string GetStringValue(int nProp)
    Parameters
    Type Name Description
    int nProp
    Returns
    Type Description
    string

    SetBoolArrayValue(int, bool[])

    Declaration
    protected bool SetBoolArrayValue(int nProp, bool[] bArrayValue)
    Parameters
    Type Name Description
    int nProp
    bool[] bArrayValue
    Returns
    Type Description
    bool

    SetDoubleArrayValue(int, double[])

    Declaration
    protected bool SetDoubleArrayValue(int nProp, double[] doubleArrayValue)
    Parameters
    Type Name Description
    int nProp
    double[] doubleArrayValue
    Returns
    Type Description
    bool

    SetIntArrayValue(int, int[])

    Declaration
    protected bool SetIntArrayValue(int nProp, int[] intArrayValue)
    Parameters
    Type Name Description
    int nProp
    int[] intArrayValue
    Returns
    Type Description
    bool

    SetStringArrayValue(int, string[])

    Declaration
    protected bool SetStringArrayValue(int nProp, string[] strArrayValue)
    Parameters
    Type Name Description
    int nProp
    string[] strArrayValue
    Returns
    Type Description
    bool

    SetStringValue(int, string)

    Declaration
    protected bool SetStringValue(int nProp, string strValue)
    Parameters
    Type Name Description
    int nProp
    string strValue
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX