Class RunBuilder
Inheritance
System.Object
System.MarshalByRefObject
RunBuilder
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.Schematic.Mechanical
Assembly: NXOpen.dll
Syntax
public class RunBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RunBuilder()
Declaration
protected RunBuilder()
Properties
Discipline
Declaration
public string Discipline { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineType
Declaration
public string LineType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObjectApplication
Declaration
public string ObjectApplication { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Specification
Declaration
public string Specification { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Standalone
Declaration
public bool Standalone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SetPartOperationCreateBuilder(PartOperationCreateBuilder)
Declaration
public void SetPartOperationCreateBuilder(PartOperationCreateBuilder createBuilder)
Parameters
Type | Name | Description |
---|---|---|
PartOperationCreateBuilder | createBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink