Search Results for

    Show / Hide Table of Contents

    Class Signal

    Inheritance
    System.Object
    RuntimeObject
    Signal
    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 Signal : RuntimeObject

    Constructors

    Signal(IntPtr)

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

    Adapter

    Declaration
    public SignalAdapter Adapter { get; }
    Property Value
    Type Description
    SignalAdapter

    BoolValue

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

    BoolValues

    Declaration
    public bool[] BoolValues { get; set; }
    Property Value
    Type Description
    System.Boolean[]

    FloatValue

    Declaration
    public double FloatValue { get; set; }
    Property Value
    Type Description
    System.Double

    FloatValues

    Declaration
    public double[] FloatValues { get; set; }
    Property Value
    Type Description
    System.Double[]

    IntValue

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

    IntValues

    Declaration
    public int[] IntValues { get; set; }
    Property Value
    Type Description
    System.Int32[]

    StringValue

    Declaration
    public string StringValue { get; set; }
    Property Value
    Type Description
    System.String

    StringValues

    Declaration
    public string[] StringValues { get; set; }
    Property Value
    Type Description
    System.String[]

    Type

    Declaration
    public int Type { get; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX