Class ViewStyleDetailBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewStyleDetailBuilder
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 ViewStyleDetailBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ViewStyleDetailBuilder()
Declaration
protected ViewStyleDetailBuilder()
Properties
Align
Declaration
public bool Align { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Circular
Declaration
public bool Circular { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ClipViewBoundary
Declaration
public bool ClipViewBoundary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreateIndependentDetailView
Declaration
public bool CreateIndependentDetailView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Offset
Declaration
public bool Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Orient
Declaration
public bool Orient { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Scale
Declaration
public bool Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sheet
Declaration
public bool Sheet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewBoundaryColor
Declaration
public NXColor ViewBoundaryColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
ViewBoundaryFont
Declaration
public Font ViewBoundaryFont { get; set; }
Property Value
Type | Description |
---|---|
Font |
ViewBoundaryWidth
Declaration
public Width ViewBoundaryWidth { get; set; }
Property Value
Type | Description |
---|---|
Width |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink