Class GeneralWorkFlowBuilder
Inheritance
System.Object
System.MarshalByRefObject
GeneralWorkFlowBuilder
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.Drawings
Assembly: NXOpen.dll
Syntax
public class GeneralWorkFlowBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
GeneralWorkFlowBuilder()
Declaration
protected GeneralWorkFlowBuilder()
Properties
CreateDraftingComponent
Declaration
public bool CreateDraftingComponent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
GridSettings
Declaration
public GeneralWorkFlowBuilder.GridSettingsType GridSettings { get; set; }
Property Value
Type | Description |
---|---|
GeneralWorkFlowBuilder.GridSettingsType |
ModelBasedAlwaysStart
Declaration
public GeneralWorkFlowBuilder.ModelBasedAlwaysStartType ModelBasedAlwaysStart { get; set; }
Property Value
Type | Description |
---|---|
GeneralWorkFlowBuilder.ModelBasedAlwaysStartType |
ModelBasedInsertSheet
Declaration
public bool ModelBasedInsertSheet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModelBasedProjectedView
Declaration
public bool ModelBasedProjectedView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SettingsOrigination
Declaration
public GeneralWorkFlowBuilder.SettingsOrientationType SettingsOrigination { get; set; }
Property Value
Type | Description |
---|---|
GeneralWorkFlowBuilder.SettingsOrientationType |
StandAloneInsertSheet
Declaration
public bool StandAloneInsertSheet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StandAloneProjectedView
Declaration
public bool StandAloneProjectedView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StandAloneProjectToView
Declaration
public bool StandAloneProjectToView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StandAloneViewCreation
Declaration
public bool StandAloneViewCreation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink