Search Results for

    Show / Hide Table of Contents

    Class AppendedTextBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AppendedTextBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 AppendedTextBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    AppendedTextBuilder()

    Declaration
    protected AppendedTextBuilder()

    Properties

    UserDefinedSymbolAspectRatio

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

    UserDefinedSymbolHeight

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

    UserDefinedSymbolLength

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

    UserDefinedSymbolScale

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

    UserDefinedSymbolSizeMethod

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

    Methods

    GetAbove()

    Declaration
    public string[] GetAbove()
    Returns
    Type Description
    System.String[]

    GetAfter()

    Declaration
    public string[] GetAfter()
    Returns
    Type Description
    System.String[]

    GetBefore()

    Declaration
    public string[] GetBefore()
    Returns
    Type Description
    System.String[]

    GetBelow()

    Declaration
    public string[] GetBelow()
    Returns
    Type Description
    System.String[]

    SetAbove(String[])

    Declaration
    public void SetAbove(string[] lines)
    Parameters
    Type Name Description
    System.String[] lines

    SetAfter(String[])

    Declaration
    public void SetAfter(string[] lines)
    Parameters
    Type Name Description
    System.String[] lines

    SetBefore(String[])

    Declaration
    public void SetBefore(string[] lines)
    Parameters
    Type Name Description
    System.String[] lines

    SetBelow(String[])

    Declaration
    public void SetBelow(string[] lines)
    Parameters
    Type Name Description
    System.String[] lines

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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