Class ViewSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewSettingsBuilder
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 ViewSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ViewSettingsBuilder()
Declaration
protected ViewSettingsBuilder()
Properties
AddSheetName
Declaration
public bool AddSheetName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AddSheetNumber
Declaration
public bool AddSheetNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ApplyCrosshatchToSectionView
Declaration
public bool ApplyCrosshatchToSectionView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ConvertAnnotation
Declaration
public bool ConvertAnnotation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RenderingStyle
Declaration
public ViewSettingsBuilder.RenderingStyleEnum RenderingStyle { get; set; }
Property Value
Type | Description |
---|---|
ViewSettingsBuilder.RenderingStyleEnum |
SectionGeometryTolerance
Declaration
public double SectionGeometryTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Separator
Declaration
public string Separator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseAssemblyCrosshatch
Declaration
public bool UseAssemblyCrosshatch { 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