Poly2d.Arc Method

Extracts one segment of this poly as an Arc2d. If the poly contains less than two nodes, an exception is thrown.
public Arc2d Arc( 
   int idx 
)

Parameters

idx
int

The index of the segment to extract.

Return Value

Arc2d

A new arc which equals the specified poly segment.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition