Class NarrowDimensionPreferences
Inheritance
NarrowDimensionPreferences
Assembly: NXOpen.dll
Syntax
public class NarrowDimensionPreferences : TransientObject, IMessageSink, IDisposable
Constructors
NarrowDimensionPreferences(nint)
Declaration
protected NarrowDimensionPreferences(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
DimensionArrowheadType
Declaration
public ArrowheadType DimensionArrowheadType { get; set; }
Property Value
DimensionDisplayOption
Declaration
public NarrowDisplayOption DimensionDisplayOption { get; set; }
Property Value
DimensionLeaderAngle
Declaration
public double DimensionLeaderAngle { get; set; }
Property Value
DimensionTextOffset
Declaration
public double DimensionTextOffset { get; set; }
Property Value
DimensionTextOrientation
Declaration
public NarrowTextOrientation DimensionTextOrientation { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink