Class DetailViewBuilder
Inheritance
System.Object
System.MarshalByRefObject
DetailViewBuilder
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 DetailViewBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DetailViewBuilder()
Declaration
protected DetailViewBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
BoundaryPoint1
Declaration
public Point BoundaryPoint1 { get; set; }
Property Value
| Type | Description |
|---|---|
| Point |
BoundaryPoint2
Declaration
public Point BoundaryPoint2 { get; set; }
Property Value
| Type | Description |
|---|---|
| Point |
HiddenObjects
Declaration
public HiddenObjectsBuilder HiddenObjects { get; }
Property Value
| Type | Description |
|---|---|
| HiddenObjectsBuilder |
LabelOnParent
Declaration
public DetailViewBuilder.LabelOnParentType LabelOnParent { get; set; }
Property Value
| Type | Description |
|---|---|
| DetailViewBuilder.LabelOnParentType |
NonSectionedObjects
Declaration
public HiddenObjectsBuilder NonSectionedObjects { get; }
Property Value
| Type | Description |
|---|---|
| HiddenObjectsBuilder |
Origin
Declaration
public ViewPlacementBuilder Origin { get; }
Property Value
| Type | Description |
|---|---|
| ViewPlacementBuilder |
Parent
Declaration
public ParentViewBuilder Parent { get; }
Property Value
| Type | Description |
|---|---|
| ParentViewBuilder |
Scale
Declaration
public ViewScaleBuilder Scale { get; }
Property Value
| Type | Description |
|---|---|
| ViewScaleBuilder |
SecondaryComponents
Declaration
public DraftingComponentSelectionBuilder SecondaryComponents { get; }
Property Value
| Type | Description |
|---|---|
| DraftingComponentSelectionBuilder |
Style
Declaration
public ViewStyleBuilder Style { get; }
Property Value
| Type | Description |
|---|---|
| ViewStyleBuilder |
Type
Declaration
public DetailViewBuilder.Types Type { get; set; }
Property Value
| Type | Description |
|---|---|
| DetailViewBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink