Class ViewAlignmentBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewAlignmentBuilder
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 ViewAlignmentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ViewAlignmentBuilder()
Declaration
protected ViewAlignmentBuilder()
Properties
CandidateView
Declaration
public DraftingView CandidateView { get; set; }
Property Value
Type | Description |
---|---|
DraftingView |
InEditMode
Declaration
public bool InEditMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Placement
Declaration
public ViewPlacementBuilder Placement { get; }
Property Value
Type | Description |
---|---|
ViewPlacementBuilder |
SelectedAlignment
Declaration
public ViewAlignment SelectedAlignment { get; set; }
Property Value
Type | Description |
---|---|
ViewAlignment |
View
Declaration
public SelectDraftingView View { get; }
Property Value
Type | Description |
---|---|
SelectDraftingView |
Methods
DeleteCurrentAlignment()
Declaration
public void DeleteCurrentAlignment()
Implements
System.Runtime.Remoting.Messaging.IMessageSink