Search Results for

    Show / Hide Table of Contents

    Class UnitsFormatPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    UnitsFormatPreferences
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class UnitsFormatPreferences : TransientObject, IMessageSink, IDisposable

    Constructors

    UnitsFormatPreferences(IntPtr)

    Declaration
    protected UnitsFormatPreferences(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    AngularDimensionFormat

    Declaration
    public AngularDimensionFormat AngularDimensionFormat { get; set; }
    Property Value
    Type Description
    AngularDimensionFormat

    AngularToleranceFormat

    Declaration
    public AngularDimensionFormat AngularToleranceFormat { get; set; }
    Property Value
    Type Description
    AngularDimensionFormat

    ConvertPrimaryToleranceToDualDimensionUnit

    Declaration
    public bool ConvertPrimaryToleranceToDualDimensionUnit { get; set; }
    Property Value
    Type Description
    System.Boolean

    DecimalPointCharacter

    Declaration
    public DecimalPointCharacter DecimalPointCharacter { get; set; }
    Property Value
    Type Description
    DecimalPointCharacter

    DimensionLeadingZero

    Declaration
    public bool DimensionLeadingZero { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayTrailingZeros

    Declaration
    public bool DisplayTrailingZeros { get; set; }
    Property Value
    Type Description
    System.Boolean

    DualDimensionCenterDimensionLine

    Declaration
    public bool DualDimensionCenterDimensionLine { get; set; }
    Property Value
    Type Description
    System.Boolean

    DualDimensionPlacement

    Declaration
    public DualDimensionPlacement DualDimensionPlacement { get; set; }
    Property Value
    Type Description
    DualDimensionPlacement

    DualDimensionTextFormat

    Declaration
    public DimensionTextFormat DualDimensionTextFormat { get; set; }
    Property Value
    Type Description
    DimensionTextFormat

    DualDimensionUnit

    Declaration
    public DimensionUnit DualDimensionUnit { get; set; }
    Property Value
    Type Description
    DimensionUnit

    FractionalDisplay

    Declaration
    public bool FractionalDisplay { get; set; }
    Property Value
    Type Description
    System.Boolean

    NumeratorDegrees

    Declaration
    public int NumeratorDegrees { get; set; }
    Property Value
    Type Description
    System.Int32

    NumeratorFraction

    Declaration
    public double NumeratorFraction { get; set; }
    Property Value
    Type Description
    System.Double

    NumeratorMinutes

    Declaration
    public int NumeratorMinutes { get; set; }
    Property Value
    Type Description
    System.Int32

    NumeratorSeconds

    Declaration
    public int NumeratorSeconds { get; set; }
    Property Value
    Type Description
    System.Int32

    PrimaryDimensionTextFormat

    Declaration
    public DimensionTextFormat PrimaryDimensionTextFormat { get; set; }
    Property Value
    Type Description
    DimensionTextFormat

    PrimaryDimensionUnit

    Declaration
    public DimensionUnit PrimaryDimensionUnit { get; set; }
    Property Value
    Type Description
    DimensionUnit

    SuppressAngularZerosOption

    Declaration
    public AngularSuppressZeros SuppressAngularZerosOption { get; set; }
    Property Value
    Type Description
    AngularSuppressZeros

    ToleranceLeadingZero

    Declaration
    public bool ToleranceLeadingZero { get; set; }
    Property Value
    Type Description
    System.Boolean

    TolerancePlacement

    Declaration
    public TolerancePlacement TolerancePlacement { get; set; }
    Property Value
    Type Description
    TolerancePlacement

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX