Search Results for

    Show / Hide Table of Contents

    Class OrdinateDimensionPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    OrdinateDimensionPreferences
    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 OrdinateDimensionPreferences : TransientObject, IMessageSink, IDisposable

    Constructors

    OrdinateDimensionPreferences(IntPtr)

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

    Properties

    AlignSymbolWithBaseline

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

    DisplayZeroAtBaseline

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

    DoglegAngle

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

    DoglegCreationOption

    Declaration
    public OrdinateDoglegCreationOption DoglegCreationOption { get; set; }
    Property Value
    Type Description
    OrdinateDoglegCreationOption

    DoglegDefinition

    Declaration
    public OrdinateDoglegDefinition DoglegDefinition { get; set; }
    Property Value
    Type Description
    OrdinateDoglegDefinition

    DoglegEndOffset

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

    DoglegStartOffset

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

    FirstMarginOffset

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

    LineArrowDisplayOption

    Declaration
    public OrdinateLineArrowDisplayOption LineArrowDisplayOption { get; set; }
    Property Value
    Type Description
    OrdinateLineArrowDisplayOption

    MarginSpacing

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

    NumberOfMargins

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

    OriginDisplay

    Declaration
    public OrdinateOriginDisplayOption OriginDisplay { get; set; }
    Property Value
    Type Description
    OrdinateOriginDisplayOption

    PositiveDirection

    Declaration
    public OrdinatePositiveDirection PositiveDirection { get; set; }
    Property Value
    Type Description
    OrdinatePositiveDirection

    SymbolAngle

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

    SymbolAspectRatio

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

    SymbolHeight

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

    SymbolLength

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

    SymbolScale

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

    TextOrientation

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

    TextOrientationAngle

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

    UserDefinedText

    Declaration
    public string UserDefinedText { get; set; }
    Property Value
    Type Description
    System.String

    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