EndAngle Property (IMathCircArc) Send Feedback
See Also 
Gets or sets the end angle for this mathematical circular Arc.

Syntax

Visual Basic 
Property EndAngle As System.Double
C# 
System.double EndAngle {get; set;}
JavaScript 
get_EndAngle () : Number
put_EndAngle (
   NewVal : Number
)
COM native C++ 
HRESULT get_EndAngle(
   DOUBLE* Val
) 
HRESULT put_EndAngle( 
   DOUBLE NewVal
C++ 
DSRESULT get_EndAngle (
   double* Val
)
DSRESULT put_EndAngle(
   double NewVal
)

Property Value

End angle for this mathematical circular Arc

See Also

Availability

DraftSight V1R5.0