Search Results for

    Show / Hide Table of Contents

    Class EditViewLabelSettingsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseEditSettingsBuilder
    EditViewLabelSettingsBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 EditViewLabelSettingsBuilder : BaseEditSettingsBuilder, IMessageSink, IComponentBuilder

    Constructors

    EditViewLabelSettingsBuilder()

    Declaration
    protected EditViewLabelSettingsBuilder()

    Properties

    AnnotationStyle

    Declaration
    public StyleBuilder AnnotationStyle { get; }
    Property Value
    Type Description
    StyleBuilder

    ViewCommonViewLabel

    Declaration
    public ViewCommonViewLabelBuilder ViewCommonViewLabel { get; }
    Property Value
    Type Description
    ViewCommonViewLabelBuilder

    ViewDetailLabel

    Declaration
    public ViewDetailLabelBuilder ViewDetailLabel { get; }
    Property Value
    Type Description
    ViewDetailLabelBuilder

    ViewLabel

    Declaration
    public ViewLabelBuilder ViewLabel { get; }
    Property Value
    Type Description
    ViewLabelBuilder

    ViewProjectedLabel

    Declaration
    public ViewProjectedLabelBuilder ViewProjectedLabel { get; }
    Property Value
    Type Description
    ViewProjectedLabelBuilder

    ViewSectionLabel

    Declaration
    public ViewSectionLabelBuilder ViewSectionLabel { get; }
    Property Value
    Type Description
    ViewSectionLabelBuilder

    Methods

    InheritSettingsFromCustomerDefault()

    Declaration
    public void InheritSettingsFromCustomerDefault()

    InheritSettingsFromPreferences()

    Declaration
    public void InheritSettingsFromPreferences()

    InheritSettingsFromSelectedObjects(NXObject)

    Declaration
    public void InheritSettingsFromSelectedObjects(NXObject selectedObject)
    Parameters
    Type Name Description
    NXObject selectedObject

    Implements

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