Class AppendedTextBuilder
Inheritance
AppendedTextBuilder
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
UserDefinedSymbolHeight
Declaration
public double UserDefinedSymbolHeight { get; set; }
Property Value
UserDefinedSymbolLength
Declaration
public double UserDefinedSymbolLength { get; set; }
Property Value
UserDefinedSymbolScale
Declaration
public double UserDefinedSymbolScale { get; set; }
Property Value
UserDefinedSymbolSizeMethod
Declaration
public int UserDefinedSymbolSizeMethod { get; set; }
Property Value
Methods
GetAbove()
Declaration
public string[] GetAbove()
Returns
GetAfter()
Declaration
public string[] GetAfter()
Returns
GetBefore()
Declaration
public string[] GetBefore()
Returns
GetBelow()
Declaration
public string[] GetBelow()
Returns
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
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink