Search Results for

    Show / Hide Table of Contents

    Class LevelLinePreferencesBuilder

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

    Constructors

    LevelLinePreferencesBuilder()

    Declaration
    protected LevelLinePreferencesBuilder()

    Properties

    AnnotationScale

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

    CreateEndAnnotation

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

    CreateStartAnnotation

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

    SymbolType

    Declaration
    public int SymbolType { get; set; }
    Property Value
    Type Description
    int

    Methods

    UpdateColorStyleWidth(int, int, int)

    Declaration
    public void UpdateColorStyleWidth(int color, int style, int width)
    Parameters
    Type Name Description
    int color
    int style
    int width

    Implements

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