GCurve.TryGetArc Method

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

Parameters

arc
GCircle

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.7.2

In this article

Definition