Search Results for

    Show / Hide Table of Contents

    Struct MATLABClientBuilder.SignalData

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public struct MATLABClientBuilder.SignalData

    Constructors

    SignalData(string, string, string)

    Declaration
    public SignalData(string Name, string DataType, string PortType)
    Parameters
    Type Name Description
    string Name
    string DataType
    string PortType

    Fields

    DataType

    Declaration
    public string DataType
    Field Value
    Type Description
    string

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string

    PortType

    Declaration
    public string PortType
    Field Value
    Type Description
    string

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX