Search Results for

    Show / Hide Table of Contents

    Class FrameBarElementStyleBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    FrameBarElementStyleBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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 FrameBarElementStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    FrameBarElementStyleBuilder()

    Declaration
    protected FrameBarElementStyleBuilder()

    Properties

    DisplayPosition

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

    DisplayThicknessDirection

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

    ExtendedTicBegin

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

    ExtendedTicColor

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

    ExtendedTicFont

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

    ExtendedTicFrequency

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

    ExtendedTicLength

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

    ExtendedTicWidth

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

    LabelColor

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

    LabelFont

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

    LabelItalicized

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

    LabelName

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

    LabelTextAspectRatio

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

    LabelTextFontGapFactor

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

    LabelTextHeight

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

    LabelTextLetteringAngle

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

    LabelWidth

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

    NumberOfStartFrame

    Declaration
    public string NumberOfStartFrame { get; set; }
    Property Value
    Type Description
    string

    SkipLabelBegin

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

    SkipLabelFrequency

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

    SkipTicBegin

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

    SkipTicFrequency

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

    TicColor

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

    TicDisplay

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

    TicFont

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

    TicLabelTextOrientation

    Declaration
    public FrameBarElementStyleBuilder.LabelTextOrientation TicLabelTextOrientation { get; set; }
    Property Value
    Type Description
    FrameBarElementStyleBuilder.LabelTextOrientation

    TicLength

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

    TicWidth

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX