Search Results for

    Show / Hide Table of Contents

    Class ViewSectionLabelBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewSectionLabelBuilder
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewSectionLabelBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewSectionLabelBuilder()

    Declaration
    protected ViewSectionLabelBuilder()

    Properties

    CustomizedViewLabel

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

    IncludeParentheses

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

    IncludeRotationAngle

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

    IncludeRotationSymbol

    Declaration
    [Obsolete("Deprecated in NX11.0.1.  Use NXOpen.Drawings.ViewSectionLabelBuilder.RotationSymbolType instead.")]
    public bool IncludeRotationSymbol { get; set; }
    Property Value
    Type Description
    bool

    LabelCharacterHeightFactor

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

    LabelPosition

    Declaration
    public LabelPositionTypes LabelPosition { get; set; }
    Property Value
    Type Description
    LabelPositionTypes

    LabelPrefix

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

    LetterFormat

    Declaration
    public LetterFormatTypes LetterFormat { get; set; }
    Property Value
    Type Description
    LetterFormatTypes

    PrefixCharacterHeightFactor

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

    ReferenceToShow

    Declaration
    public ReferenceShowTypes ReferenceToShow { get; set; }
    Property Value
    Type Description
    ReferenceShowTypes

    RotationSymbolType

    Declaration
    public RotationSymbolTypes RotationSymbolType { get; set; }
    Property Value
    Type Description
    RotationSymbolTypes

    ScaleCharacterHeightFactor

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

    ScalePosition

    Declaration
    public ScalePositionTypes ScalePosition { get; set; }
    Property Value
    Type Description
    ScalePositionTypes

    ScalePrefix

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

    ShowViewLabel

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

    ShowViewScale

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

    ValueFormat

    Declaration
    public ScaleValueFormatTypes ValueFormat { get; set; }
    Property Value
    Type Description
    ScaleValueFormatTypes

    ViewLabelOption

    Declaration
    public ViewLabelTypes ViewLabelOption { get; set; }
    Property Value
    Type Description
    ViewLabelTypes

    Methods

    GetCustomizedViewLabelText()

    Declaration
    public string[] GetCustomizedViewLabelText()
    Returns
    Type Description
    string[]

    SetCustomizedViewLabelText(string[])

    Declaration
    public void SetCustomizedViewLabelText(string[] customizedText)
    Parameters
    Type Name Description
    string[] customizedText

    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