Search Results for

    Show / Hide Table of Contents

    Class IdSymbolBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    IdSymbolBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class IdSymbolBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    IdSymbolBuilder()

    Declaration
    protected IdSymbolBuilder()

    Properties

    BalloonType

    Declaration
    public BalloonTypes BalloonType { get; set; }
    Property Value
    Type Description
    BalloonTypes

    ForeshorteningSymbol

    Declaration
    public ForeshorteningSymbolBuilder ForeshorteningSymbol { get; }
    Property Value
    Type Description
    ForeshorteningSymbolBuilder

    Inherit

    Declaration
    public SelectObject Inherit { get; }
    Property Value
    Type Description
    SelectObject

    Leader

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

    LowerText

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

    Origin

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

    Placement

    Declaration
    [Obsolete("Deprecated in NX6.0.0.  This functionality is no longer supported.")]
    public AnnotationPlacement Placement { get; }
    Property Value
    Type Description
    AnnotationPlacement

    Size

    Declaration
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    Style

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

    Type

    Declaration
    [Obsolete("Deprecated in NX12.0.2.  Use NXOpen.Annotations.IdSymbolBuilder.BalloonType instead.")]
    public IdSymbolBuilder.SymbolTypes Type { get; set; }
    Property Value
    Type Description
    IdSymbolBuilder.SymbolTypes

    UpperText

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

    Methods

    SetPreviewObject(IdSymbol)

    Declaration
    [Obsolete("Deprecated in NX6.0.0.  This functionality is no longer supported.")]
    public void SetPreviewObject(IdSymbol symbol)
    Parameters
    Type Name Description
    IdSymbol symbol

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX