Search Results for

    Show / Hide Table of Contents

    Class UnitsFormatPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    UnitsFormatPreferences
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class UnitsFormatPreferences : TransientObject, IMessageSink, IDisposable

    Constructors

    UnitsFormatPreferences(nint)

    Declaration
    protected UnitsFormatPreferences(nint ptr)
    Parameters
    Type Name Description
    nint 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
    bool

    DecimalPointCharacter

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

    DimensionLeadingZero

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

    DisplayTrailingZeros

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

    DualDimensionCenterDimensionLine

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

    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
    bool

    NumeratorDegrees

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

    NumeratorFraction

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

    NumeratorMinutes

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

    NumeratorSeconds

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

    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
    bool

    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
    IDisposable
    In this article
    Back to top Generated by DocFX