Class UnitsFormatPreferences
Inheritance
System.Object
System.MarshalByRefObject
UnitsFormatPreferences
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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
public class UnitsFormatPreferences : TransientObject, IMessageSink, IDisposable
Constructors
Declaration
protected UnitsFormatPreferences(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Properties
Declaration
public AngularDimensionFormat AngularDimensionFormat { get; set; }
Property Value
Declaration
public AngularDimensionFormat AngularToleranceFormat { get; set; }
Property Value
Declaration
public bool ConvertPrimaryToleranceToDualDimensionUnit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DecimalPointCharacter DecimalPointCharacter { get; set; }
Property Value
Declaration
public bool DimensionLeadingZero { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DisplayTrailingZeros { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool DualDimensionCenterDimensionLine { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DualDimensionPlacement DualDimensionPlacement { get; set; }
Property Value
DualDimensionTextFormat
Declaration
public DimensionTextFormat DualDimensionTextFormat { get; set; }
Property Value
Declaration
public DimensionUnit DualDimensionUnit { get; set; }
Property Value
Declaration
public bool FractionalDisplay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int NumeratorDegrees { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double NumeratorFraction { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public int NumeratorMinutes { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int NumeratorSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PrimaryDimensionTextFormat
Declaration
public DimensionTextFormat PrimaryDimensionTextFormat { get; set; }
Property Value
Declaration
public DimensionUnit PrimaryDimensionUnit { get; set; }
Property Value
Declaration
public AngularSuppressZeros SuppressAngularZerosOption { get; set; }
Property Value
Declaration
public bool ToleranceLeadingZero { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public TolerancePlacement TolerancePlacement { get; set; }
Property Value
Methods
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable