Search Results for

    Show / Hide Table of Contents

    Class OrdinateStyleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    OrdinateStyleBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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 OrdinateStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    OrdinateStyleBuilder()

    Declaration
    protected OrdinateStyleBuilder()

    Properties

    AlignSymbolWithBaseline

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

    DisplayDimensionLine

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

    DisplayNameStyle

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

    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

    DoglegEndOffset

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

    DoglegSetting

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

    DoglegStartOffset

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

    MarginFirstOffset

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

    MarginSpacing

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

    NumberOfMargins

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

    OrdinateTextAngle

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

    OrdinateTextOrientation

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

    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

    UserDefinedText

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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