Search Results for

    Show / Hide Table of Contents

    Class AppendedTextBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    AppendedTextBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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 AppendedTextBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    AppendedTextBuilder()

    Declaration
    protected AppendedTextBuilder()

    Properties

    UserDefinedSymbolAspectRatio

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

    UserDefinedSymbolHeight

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

    UserDefinedSymbolLength

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

    UserDefinedSymbolScale

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

    UserDefinedSymbolSizeMethod

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

    Methods

    GetAbove()

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

    GetAfter()

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

    GetBefore()

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

    GetBelow()

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

    SetAbove(string[])

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

    SetAfter(string[])

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

    SetBefore(string[])

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

    SetBelow(string[])

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

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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