Search Results for

    Show / Hide Table of Contents

    Class ViewDetailLabelBuilder

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

    Constructors

    ViewDetailLabelBuilder()

    Declaration
    protected ViewDetailLabelBuilder()

    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

    LabelCharacterHeightFactor

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

    LetterFormat

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

    ParentLabelPrefix

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

    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

    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

    TextGapFactor

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