Class MATLABClientBuilder
Inheritance
System.Object
System.MarshalByRefObject
MATLABClientBuilder
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)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class MATLABClientBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MATLABClientBuilder()
Declaration
protected MATLABClientBuilder()
Properties
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 |
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 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink