Search Results for

    Show / Hide Table of Contents

    Class AnnotationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    SheetElementBuilder
    ConnectableElementBuilder
    AnnotationBuilder
    ReferenceGeometryBuilder
    TableBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    ConnectableElementBuilder.GetAllPorts()
    ConnectableElementBuilder.GetPorts(Direction)
    SheetElementBuilder.GetMinNodeSize(out double[])
    SheetElementBuilder.SetMinNodeSize(double[])
    SheetElementBuilder.GetAllowedTransformations(out bool, out bool, out bool, out bool)
    SheetElementBuilder.SetOwningSheet(Sheet)
    SheetElementBuilder.Height
    SheetElementBuilder.HeightPolicy
    SheetElementBuilder.Internal
    SheetElementBuilder.Label
    SheetElementBuilder.LabelName
    SheetElementBuilder.Location
    SheetElementBuilder.LocationStyle
    SheetElementBuilder.MirrorX
    SheetElementBuilder.MirrorY
    SheetElementBuilder.Owner
    SheetElementBuilder.OwningSheet
    SheetElementBuilder.RenderingProperties
    SheetElementBuilder.ResizeOption
    SheetElementBuilder.Rotation
    SheetElementBuilder.SourceElement
    SheetElementBuilder.UpToDate
    SheetElementBuilder.Visible
    SheetElementBuilder.Width
    SheetElementBuilder.WidthPolicy
    SheetElementBuilder.X
    SheetElementBuilder.Y
    SheetElementBuilder.ZDepth
    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.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class AnnotationBuilder : ConnectableElementBuilder, IMessageSink, IComponentBuilder

    Constructors

    AnnotationBuilder()

    Declaration
    protected AnnotationBuilder()

    Properties

    BoundaryDisplay

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

    BoundaryType

    Declaration
    public DiagrammingAnnotationboundarytype BoundaryType { get; set; }
    Property Value
    Type Description
    DiagrammingAnnotationboundarytype

    FormattedStringBuilder

    Declaration
    public FormattedStringBuilder FormattedStringBuilder { get; }
    Property Value
    Type Description
    FormattedStringBuilder

    Text

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

    TextStyleBuilder

    Declaration
    public TextStyleBuilder TextStyleBuilder { get; }
    Property Value
    Type Description
    TextStyleBuilder

    TextType

    Declaration
    public AnnotationBuilder.TextTypeOption TextType { get; set; }
    Property Value
    Type Description
    AnnotationBuilder.TextTypeOption

    Implements

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