Search Results for

    Show / Hide Table of Contents

    Class SignalChartListItem

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SignalChartListItem
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class SignalChartListItem : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SignalChartListItem()

    Declaration
    protected SignalChartListItem()

    Properties

    AlwaysEvaluated

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

    DelayTimeExpression

    Declaration
    public Expression DelayTimeExpression { get; }
    Property Value
    Type Description
    Expression

    EventCondition

    Declaration
    public SignalChartListItem.Condition EventCondition { get; set; }
    Property Value
    Type Description
    SignalChartListItem.Condition

    Sensor

    Declaration
    public MotionSensor Sensor { get; set; }
    Property Value
    Type Description
    MotionSensor

    SignalExpression

    Declaration
    public Expression SignalExpression { get; }
    Property Value
    Type Description
    Expression

    ThresholdExpression

    Declaration
    public Expression ThresholdExpression { get; }
    Property Value
    Type Description
    Expression

    TimeSensor

    Declaration
    public SignalChartListItem.Timer TimeSensor { get; set; }
    Property Value
    Type Description
    SignalChartListItem.Timer

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX