DimensionTextPositionManuallySet Property
|
Gets or sets if the text reference point has been set by the user. Set to false to reset the dimension text to its original position.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic bool TextPositionManuallySet { get; set; }Public Property TextPositionManuallySet As Boolean
Get
Set
public:
property bool TextPositionManuallySet {
bool get ();
void set (bool value);
}member TextPositionManuallySet : bool with get, set
PROPERTY TextPositionManuallySet AS LOGIC GET SET
Property Value
Type:
Boolean
See Also