Search Results for

    Show / Hide Table of Contents

    Class MATLABClientBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MATLABClientBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class MATLABClientBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MATLABClientBuilder()

    Declaration
    protected MATLABClientBuilder()

    Properties

    MATLABCoSimType

    Declaration
    public MATLABClientBuilder.CoSimType MATLABCoSimType { get; set; }
    Property Value
    Type Description
    MATLABClientBuilder.CoSimType

    MatlabFileBrowser

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

    MATLABServerProgID

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

    SelectedConfigurationName

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

    SelectedConfigurationPart

    Declaration
    public Part SelectedConfigurationPart { get; set; }
    Property Value
    Type Description
    Part

    UpdateTime

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

    Methods

    GetAvailableItems(out String[], out MATLABClientBuilder.DataType[])

    Declaration
    public void GetAvailableItems(out string[] signalName, out MATLABClientBuilder.DataType[] signalType)
    Parameters
    Type Name Description
    System.String[] signalName
    MATLABClientBuilder.DataType[] signalType

    GetItemAttributes(out MATLABClientBuilder.TagAttribute[])

    Declaration
    public void GetItemAttributes(out MATLABClientBuilder.TagAttribute[] attr)
    Parameters
    Type Name Description
    MATLABClientBuilder.TagAttribute[] attr

    GetMATLABInformation(String, out MATLABClientBuilder.TagInfo[])

    Declaration
    public void GetMATLABInformation(string instanceName, out MATLABClientBuilder.TagInfo[] tagInfos)
    Parameters
    Type Name Description
    System.String instanceName
    MATLABClientBuilder.TagInfo[] tagInfos

    GetMATLABInformationEx(String, out MATLABClientBuilder.TagInfoEx[])

    Declaration
    public void GetMATLABInformationEx(string instanceName, out MATLABClientBuilder.TagInfoEx[] tagInfos)
    Parameters
    Type Name Description
    System.String instanceName
    MATLABClientBuilder.TagInfoEx[] tagInfos

    GetServerTags(String)

    Declaration
    public MATLABClientBuilder.TagInfo[] GetServerTags(string serverName)
    Parameters
    Type Name Description
    System.String serverName
    Returns
    Type Description
    MATLABClientBuilder.TagInfo[]

    SetAvailableItems(String[], MATLABClientBuilder.DataType[])

    Declaration
    public void SetAvailableItems(string[] signalName, MATLABClientBuilder.DataType[] signalType)
    Parameters
    Type Name Description
    System.String[] signalName
    MATLABClientBuilder.DataType[] signalType

    SetItemAttributes(MATLABClientBuilder.TagAttribute[])

    Declaration
    public void SetItemAttributes(MATLABClientBuilder.TagAttribute[] attr)
    Parameters
    Type Name Description
    MATLABClientBuilder.TagAttribute[] attr

    SetMATLABInformation(String, MATLABClientBuilder.TagInfo[])

    Declaration
    public void SetMATLABInformation(string instanceName, MATLABClientBuilder.TagInfo[] tagInfos)
    Parameters
    Type Name Description
    System.String instanceName
    MATLABClientBuilder.TagInfo[] tagInfos

    SetMATLABInformationEx(String, MATLABClientBuilder.TagInfoEx[])

    Declaration
    public void SetMATLABInformationEx(string instanceName, MATLABClientBuilder.TagInfoEx[] tagInfos)
    Parameters
    Type Name Description
    System.String instanceName
    MATLABClientBuilder.TagInfoEx[] tagInfos

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX