Search Results for

    Show / Hide Table of Contents

    Class TextComponent

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    TextComponent
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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 TextComponent : TransientObject, IMessageSink, IDisposable

    Constructors

    TextComponent(IntPtr)

    Declaration
    protected TextComponent(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    AdjustedOrigin

    Declaration
    public Point3d AdjustedOrigin { get; }
    Property Value
    Type Description
    Point3d

    Height

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

    Length

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

    NumberLines

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

    Origin

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

    Type

    Declaration
    public TextComponent.TextType Type { get; }
    Property Value
    Type Description
    TextComponent.TextType

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetAngle()

    Declaration
    public double GetAngle()
    Returns
    Type Description
    System.Double

    GetDistanceToTop()

    Declaration
    public double GetDistanceToTop()
    Returns
    Type Description
    System.Double

    GetIntegerizedLength(Int32)

    Declaration
    public int GetIntegerizedLength(int nth)
    Parameters
    Type Name Description
    System.Int32 nth
    Returns
    Type Description
    System.Int32

    GetText()

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

    Implements

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