Search Results for

    Show / Hide Table of Contents

    Class ViewDetailLabelBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewDetailLabelBuilder
    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 ViewDetailLabelBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewDetailLabelBuilder()

    Declaration
    protected ViewDetailLabelBuilder()

    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

    LabelCharacterHeightFactor

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

    LabelParentDisplay

    Declaration
    public ViewDetailLabelBuilder.LabelParentDisplayTypes LabelParentDisplay { get; set; }
    Property Value
    Type Description
    ViewDetailLabelBuilder.LabelParentDisplayTypes

    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

    ParentLabelPrefix

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

    PrefixCharacterHeightFactor

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

    ReferenceToShow

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

    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

    TextGapFactor

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

    TextPlacement

    Declaration
    public ViewDetailLabelBuilder.LabelParentTextPlacement TextPlacement { get; set; }
    Property Value
    Type Description
    ViewDetailLabelBuilder.LabelParentTextPlacement

    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