Class CreationPostBuilder
Inheritance
System.Object
System.MarshalByRefObject
CreationPostBuilder
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.SIM.PostConfigurator
Assembly: NXOpen.dll
Syntax
public class CreationPostBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CreationPostBuilder()
Declaration
protected CreationPostBuilder()
Properties
ControllerName
Declaration
public string ControllerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MachineName
Declaration
public string MachineName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ManufacturerName
Declaration
public string ManufacturerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostprocessorName
Declaration
public string PostprocessorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostprocessorOutputDirectory
Declaration
public string PostprocessorOutputDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetControllerNames()
Declaration
public string[] GetControllerNames()
Returns
Type | Description |
---|---|
System.String[] |
GetMachineNames()
Declaration
public string[] GetMachineNames()
Returns
Type | Description |
---|---|
System.String[] |
GetManufacturerNames()
Declaration
public string[] GetManufacturerNames()
Returns
Type | Description |
---|---|
System.String[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink