Gets or sets whether to allow or prevent manual placement of Dimension text, ignoring horizontal justification settings.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SpecifyTextPlacement As System.Boolean |
C# | |
---|
System.bool SpecifyTextPlacement {get; set;} |
JavaScript | |
---|
get_SpecifyTextPlacement () : Boolean
put_SpecifyTextPlacement (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_SpecifyTextPlacement(
VARIANT_BOOL* Val
)
HRESULT put_SpecifyTextPlacement(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_SpecifyTextPlacement (
bool* Val
)
DSRESULT put_SpecifyTextPlacement(
bool NewVal
) |
Property Value
True to allow manual placement of Dimension text, false to prevent manual placement of Dimension text
See Also
Availability
DraftSight V1R1.2