Class ViewAlignmentBuilder
Inheritance
ViewAlignmentBuilder
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
InEditMode
Declaration
public bool InEditMode { get; set; }
Property Value
Placement
Declaration
public ViewPlacementBuilder Placement { get; }
Property Value
SelectedAlignment
Declaration
public ViewAlignment SelectedAlignment { get; set; }
Property Value
View
Declaration
public SelectDraftingView View { get; }
Property Value
Methods
DeleteCurrentAlignment()
Declaration
public void DeleteCurrentAlignment()
Implements
System.Runtime.Remoting.Messaging.IMessageSink