Gets or sets whether the arc length Dimension measures the length of part of an Arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IsPartial As System.Boolean |
C# | |
---|
System.bool IsPartial {get; set;} |
JavaScript | |
---|
get_IsPartial () : Boolean
put_IsPartial (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_IsPartial(
VARIANT_BOOL* Val
)
HRESULT put_IsPartial(
VARIANT_BOOL NewVal |
Property Value
True if the arc length Dimension measures the length of part of an Arc, false if it measures the entire length of the Arc
Example
See Also
Availability
DraftSight V1R1.2