IsPartial Property (IArcLengthDimension) Send Feedback
See Also  Example
Gets or sets whether the arc length Dimension measures the length of part of an Arc.

Syntax

Visual Basic 
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
C++ 
DSRESULT get_IsPartial (
   bool* Val
)
DSRESULT put_IsPartial(
   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