Search Results for

    Show / Hide Table of Contents

    Class CannedAnnotationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CannedAnnotationBuilder
    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.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class CannedAnnotationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CannedAnnotationBuilder()

    Declaration
    protected CannedAnnotationBuilder()

    Properties

    AnnotationBuilder

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

    LeaderLines

    Declaration
    public LeaderLineBuilderList LeaderLines { get; }
    Property Value
    Type Description
    LeaderLineBuilderList

    TextBoxIndent

    Declaration
    public int TextBoxIndent { get; set; }
    Property Value
    Type Description
    System.Int32

    TextBoxModifiable

    Declaration
    public bool TextBoxModifiable { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextBoxShadowBox

    Declaration
    public bool TextBoxShadowBox { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CreateLeaderLine()

    Declaration
    public LeaderLineBuilder CreateLeaderLine()
    Returns
    Type Description
    LeaderLineBuilder

    Inherit(CannedAnnotationBuilder.InheritOption, Annotation)

    Declaration
    public void Inherit(CannedAnnotationBuilder.InheritOption inheritOption, Annotation annotation)
    Parameters
    Type Name Description
    CannedAnnotationBuilder.InheritOption inheritOption
    Annotation annotation

    Implements

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