Class MATLABClientBuilder
Inheritance
System.Object
System.MarshalByRefObject
MATLABClientBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
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
UpdateTime
Declaration
public Expression UpdateTime { get; }
Property Value
Methods
GetAvailableItems(out String[], out MATLABClientBuilder.DataType[])
Declaration
public void GetAvailableItems(out string[] signalName, out MATLABClientBuilder.DataType[] signalType)
Parameters
GetItemAttributes(out MATLABClientBuilder.TagAttribute[])
Declaration
public void GetItemAttributes(out MATLABClientBuilder.TagAttribute[] attr)
Parameters
Declaration
public void GetMATLABInformation(string instanceName, out MATLABClientBuilder.TagInfo[] tagInfos)
Parameters
Declaration
public void GetMATLABInformationEx(string instanceName, out MATLABClientBuilder.TagInfoEx[] tagInfos)
Parameters
Declaration
public MATLABClientBuilder.TagInfo[] GetServerTags(string serverName)
Parameters
Type |
Name |
Description |
System.String |
serverName |
|
Returns
SetAvailableItems(String[], MATLABClientBuilder.DataType[])
Declaration
public void SetAvailableItems(string[] signalName, MATLABClientBuilder.DataType[] signalType)
Parameters
SetItemAttributes(MATLABClientBuilder.TagAttribute[])
Declaration
public void SetItemAttributes(MATLABClientBuilder.TagAttribute[] attr)
Parameters
Declaration
public void SetMATLABInformation(string instanceName, MATLABClientBuilder.TagInfo[] tagInfos)
Parameters
Declaration
public void SetMATLABInformationEx(string instanceName, MATLABClientBuilder.TagInfoEx[] tagInfos)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink