Search Results for

    Show / Hide Table of Contents

    Class ReadWriteDeviceObject

    Inheritance
    object
    RuntimeObject
    ReadWriteDeviceObject
    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 ReadWriteDeviceObject : RuntimeObject

    Constructors

    ReadWriteDeviceObject(nint)

    Declaration
    protected ReadWriteDeviceObject(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

    DeviceType

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

    ExecuteMode

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

    Length

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

    Offset

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

    Methods

    GetNumProperty()

    Declaration
    public int GetNumProperty()
    Returns
    Type Description
    int

    GetProperty(int)

    Declaration
    public Parameter GetProperty(int nProp)
    Parameters
    Type Name Description
    int nProp
    Returns
    Type Description
    Parameter

    SetProperty(int, Parameter)

    Declaration
    public void SetProperty(int nProp, Parameter value)
    Parameters
    Type Name Description
    int nProp
    Parameter value
    In this article
    Back to top Generated by DocFX