Class AnnotationSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
AnnotationSettingsBuilder
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 AnnotationSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
AnnotationSettingsBuilder()
Declaration
protected AnnotationSettingsBuilder()
Properties
ConvertToOriginalModelView
Declaration
public bool ConvertToOriginalModelView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LinearDimensionTolerance
Declaration
public double LinearDimensionTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PreserveDraftingLayer
Declaration
public bool PreserveDraftingLayer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PreserveHiddenStatus
Declaration
public bool PreserveHiddenStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProcessObjectsHidden
Declaration
public bool ProcessObjectsHidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Units
Declaration
public AnnotationSettingsBuilder.UnitsEnum Units { get; set; }
Property Value
Type | Description |
---|---|
AnnotationSettingsBuilder.UnitsEnum |
Methods
SaveAnnotationType(AnnotationSettingsBuilder.AnnotationTypeEnum, Boolean)
Declaration
public void SaveAnnotationType(AnnotationSettingsBuilder.AnnotationTypeEnum annType, bool annValue)
Parameters
Type | Name | Description |
---|---|---|
AnnotationSettingsBuilder.AnnotationTypeEnum | annType | |
System.Boolean | annValue |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink