Class AutomationPreferencesBuilder
Inheritance
System.Object
System.MarshalByRefObject
AutomationPreferencesBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class AutomationPreferencesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
AutomationPreferencesBuilder()
Declaration
protected AutomationPreferencesBuilder()
Properties
AllowFeetInchFractionForDimensionGreaterThan
Declaration
public bool AllowFeetInchFractionForDimensionGreaterThan { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowInchFractionToNearest
Declaration
public bool AllowInchFractionToNearest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AnnotationInsideGeometry
Declaration
public bool AnnotationInsideGeometry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayRegion
Declaration
public bool DisplayRegion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayRegionLabel
Declaration
public bool DisplayRegionLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DistanceBetweenAnnotations
Declaration
public double DistanceBetweenAnnotations { get; set; }
Property Value
Type |
Description |
System.Double |
|
EqualDimensionCompareTolerance
Declaration
public double EqualDimensionCompareTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
FeetInchFractionForDimensionGreaterThan
Declaration
public double FeetInchFractionForDimensionGreaterThan { get; set; }
Property Value
Type |
Description |
System.Double |
|
HideFeetInchMark
Declaration
public bool HideFeetInchMark { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InchFractionToNearest
Declaration
public double InchFractionToNearest { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumDistanceToGeometry
Declaration
public double MaximumDistanceToGeometry { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumDistanceToGeometry
Declaration
public double MinimumDistanceToGeometry { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReferenceGeometrySearchDistance
Declaration
public double ReferenceGeometrySearchDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
RegionColor
Declaration
public NXColor RegionColor { get; set; }
Property Value
RegionFont
Declaration
public PartDrafting.FontType RegionFont { get; set; }
Property Value
RegionWidth
Declaration
public PartDrafting.WidthType RegionWidth { get; set; }
Property Value
SecondaryContentHiddenLineColor
Declaration
public NXColor SecondaryContentHiddenLineColor { get; set; }
Property Value
SecondaryContentHiddenLineFont
Declaration
public PartDrafting.FontType SecondaryContentHiddenLineFont { get; set; }
Property Value
SecondaryContentHiddenLineWidth
Declaration
public PartDrafting.WidthType SecondaryContentHiddenLineWidth { get; set; }
Property Value
SecondaryContentVisibleLineColor
Declaration
public NXColor SecondaryContentVisibleLineColor { get; set; }
Property Value
SecondaryContentVisibleLineFont
Declaration
public PartDrafting.FontType SecondaryContentVisibleLineFont { get; set; }
Property Value
SecondaryContentVisibleLineWidth
Declaration
public PartDrafting.WidthType SecondaryContentVisibleLineWidth { get; set; }
Property Value
Methods
GetRulesList()
Declaration
public string[] GetRulesList()
Returns
Type |
Description |
System.String[] |
|
SetRulesList(String[])
Declaration
public void SetRulesList(string[] rules)
Parameters
Type |
Name |
Description |
System.String[] |
rules |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink