Search Results for

    Show / Hide Table of Contents

    Class ViewSectionLabelBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewSectionLabelBuilder
    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.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
    System.Boolean

    IncludeParentheses

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

    IncludeRotationAngle

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

    IncludeRotationSymbol

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

    LabelCharacterHeightFactor

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

    LabelPosition

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

    LabelPrefix

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

    LetterFormat

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

    PrefixCharacterHeightFactor

    Declaration
    public double PrefixCharacterHeightFactor { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    ScalePosition

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

    ScalePrefix

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

    ShowViewLabel

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

    ShowViewScale

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

    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
    System.String[]

    SetCustomizedViewLabelText(String[])

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

    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