Class ComposerData
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)
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public class ComposerData : TaggedObject, IMessageSink
Constructors
ComposerData()
Declaration
protected ComposerData()
Properties
AssemblyName
Declaration
public string AssemblyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InputFileDir
Declaration
public string InputFileDir { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaterialDBDir
Declaration
public string MaterialDBDir { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputFileDir
Declaration
public string OutputFileDir { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartNumAxisSystems
Declaration
public int StartNumAxisSystems { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartNumNodeAndElement
Declaration
public int StartNumNodeAndElement { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartNumProperties
Declaration
public int StartNumProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetComponents()
Declaration
public ComponentData[] GetComponents()
Returns
Type | Description |
---|---|
ComponentData[] |
GetConnections()
Declaration
public ConnectionData[] GetConnections()
Returns
Type | Description |
---|---|
ConnectionData[] |
SetComponents(ComponentData[])
Declaration
public void SetComponents(ComponentData[] components)
Parameters
Type | Name | Description |
---|---|---|
ComponentData[] | components |
SetConnections(ConnectionData[])
Declaration
public void SetConnections(ConnectionData[] connections)
Parameters
Type | Name | Description |
---|---|---|
ConnectionData[] | connections |
Implements
System.Runtime.Remoting.Messaging.IMessageSink