Class TextComponent
Inheritance
TextComponent
Assembly: NXOpen.dll
Syntax
public class TextComponent : TransientObject, IMessageSink, IDisposable
Constructors
TextComponent(nint)
Declaration
protected TextComponent(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AdjustedOrigin
Declaration
public Point3d AdjustedOrigin { get; }
Property Value
Height
Declaration
public double Height { get; }
Property Value
Length
Declaration
public double Length { get; }
Property Value
NumberLines
Declaration
public int NumberLines { get; }
Property Value
Origin
Declaration
public Point3d Origin { get; }
Property Value
Type
Declaration
public TextComponent.TextType Type { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAngle()
Declaration
Returns
GetDistanceToTop()
Declaration
public double GetDistanceToTop()
Returns
GetIntegerizedLength(int)
Declaration
public int GetIntegerizedLength(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetText()
Declaration
public string[] GetText()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink