Class LetteringPreferences
Inheritance
System.Object
System.MarshalByRefObject
LetteringPreferences
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)
Assembly: NXOpen.dll
Syntax
public class LetteringPreferences : TransientObject, IMessageSink, IDisposable
Constructors
LetteringPreferences(IntPtr)
Declaration
protected LetteringPreferences(IntPtr ptr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
ptr |
|
Properties
AlignmentPosition
Declaration
public AlignmentPosition AlignmentPosition { get; set; }
Property Value
Angle
Declaration
public double Angle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DimAppendedTextSpaceFactor
Declaration
public double DimAppendedTextSpaceFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DimDimLineSpaceFactor
Declaration
public double DimDimLineSpaceFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DimToleranceTextSpaceFactor
Declaration
public double DimToleranceTextSpaceFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
GdtFrameHeightFactor
Declaration
public double GdtFrameHeightFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HorizTextJust
Declaration
public TextJustification HorizTextJust { get; set; }
Property Value
StackAboveSpaceFactor
Declaration
public double StackAboveSpaceFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StackAutospace
Declaration
public bool StackAutospace { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StackBelowSpaceFactor
Declaration
public double StackBelowSpaceFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StackHorizontalAlignment
Declaration
public StackHorizontalAlignment StackHorizontalAlignment { get; set; }
Property Value
StackInheritAssociatedObjects
Declaration
public bool StackInheritAssociatedObjects { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
StackLeftSpaceFactor
Declaration
public double StackLeftSpaceFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StackRightSpaceFactor
Declaration
public double StackRightSpaceFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StackVerticalAlignment
Declaration
public StackVerticalAlignment StackVerticalAlignment { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAppendedText()
Declaration
public Lettering GetAppendedText()
Returns
GetDimensionText()
Declaration
public Lettering GetDimensionText()
Returns
GetGeneralText()
Declaration
public Lettering GetGeneralText()
Returns
GetToleranceText()
Declaration
public Lettering GetToleranceText()
Returns
SetAppendedText(Lettering)
Declaration
public void SetAppendedText(Lettering appendedText)
Parameters
SetDimensionText(Lettering)
Declaration
public void SetDimensionText(Lettering dimensionText)
Parameters
| Type |
Name |
Description |
| Lettering |
dimensionText |
|
SetGeneralText(Lettering)
Declaration
public void SetGeneralText(Lettering generalText)
Parameters
SetToleranceText(Lettering)
Declaration
public void SetToleranceText(Lettering toleranceText)
Parameters
| Type |
Name |
Description |
| Lettering |
toleranceText |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable