Eyeshot 10 WinForms API Reference
TryGetArc Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Curve Class : TryGetArc Method
The resulting circular curve (when possible)
Converts this generic curve to Arc or Circle (when possible).
Syntax
'Declaration
 
Public Function TryGetArc( _
   ByRef arc As Circle _
) As Boolean
public bool TryGetArc( 
   out Circle arc
)

Parameters

arc
The resulting circular curve (when possible)

Return Value

True if the operation succeeds, false otherwise.
Remarks
It works for arcs of angle 0, PI/2, PI, and 2PI.
See Also

Reference

Curve Class
Curve Members