Curve.TryGetArc Method

Converts this generic curve to Arc or Circle (when possible).
Public Function TryGetArc( _ 
ByRef arc As Circle
) As Boolean
This language is not supported or no code example is available.
public bool TryGetArc( 
out Circle arc 
)
This language is not supported or no code example is available.

Parameters

arc
Circle

The resulting circular curve (when possible)

Return Value

bool

True if the operation succeeds, false otherwise.

Remarks
 
It works for arcs of angle 0, PI/2, PI, and 2PI.

.NET Framework

Supported in: 4.8

In this article

Definition