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 Function Arc( _ 
ByVal idx As Integer
) As Arc2d
This language is not supported or no code example is available.
public Arc2d Arc( 
int idx 
)
This language is not supported or no code example is available.
public:  
Arc2d^ Arc( 
int idx 
)
This language is not supported or no code example is available.
public function Arc( 
idx : int 
) : Arc2d;
This language is not supported or no code example is available.

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