Search Results for

    Show / Hide Table of Contents

    Class BaseCustomSymbolBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseCustomSymbolBuilder
    DraftingCustomSymbolBuilder
    PmiCustomSymbolBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class BaseCustomSymbolBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BaseCustomSymbolBuilder()

    Declaration
    protected BaseCustomSymbolBuilder()

    Properties

    Angle

    Declaration
    public Expression Angle { get; }
    Property Value
    Type Description
    Expression

    AnnotationPreference

    Declaration
    public BaseCustomSymbolBuilder.AnnotationPreferences AnnotationPreference { get; set; }
    Property Value
    Type Description
    BaseCustomSymbolBuilder.AnnotationPreferences

    ControlledNoteTitle

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

    GeometryPreference

    Declaration
    public BaseCustomSymbolBuilder.GeometryPreferences GeometryPreference { get; set; }
    Property Value
    Type Description
    BaseCustomSymbolBuilder.GeometryPreferences

    HorizontalFlip

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

    Integer

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

    IsPartSymbol

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

    Leader

    Declaration
    public LeaderBuilder Leader { get; }
    Property Value
    Type Description
    LeaderBuilder

    LockStatus

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

    MasterSymbolName

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

    MasterSymbolPath

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

    Origin

    Declaration
    public OriginBuilder Origin { get; }
    Property Value
    Type Description
    OriginBuilder

    PartiallyControlledNoteTitle

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

    Real

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

    Scale

    Declaration
    public Expression Scale { get; }
    Property Value
    Type Description
    Expression

    SmashSymbol

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

    Style

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

    Texts

    Declaration
    public MasterSymbolListItemBuilderList Texts { get; }
    Property Value
    Type Description
    MasterSymbolListItemBuilderList

    VerticalFlip

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

    Methods

    GetArbitraryNoteTitle()

    Declaration
    public string[] GetArbitraryNoteTitle()
    Returns
    Type Description
    string[]

    GetSymbol()

    Declaration
    public BaseCustomSymbol GetSymbol()
    Returns
    Type Description
    BaseCustomSymbol

    SelectPartSymbol(string, string)

    Declaration
    public void SelectPartSymbol(string name, string path)
    Parameters
    Type Name Description
    string name
    string path

    SelectSymbol(string)

    Declaration
    public void SelectSymbol(string name)
    Parameters
    Type Name Description
    string name

    SelectText(int)

    Declaration
    public void SelectText(int index)
    Parameters
    Type Name Description
    int index

    SetArbitraryNoteTitle(string[])

    Declaration
    public void SetArbitraryNoteTitle(string[] arbitraryNoteTitle)
    Parameters
    Type Name Description
    string[] arbitraryNoteTitle

    Implements

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