Class TextComponent
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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
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