Arc2d.Offset2 (Double) Method

Same as offset except that if the arc "warps" around a new arc is created instead of a point.
public Arc2d Offset2( 
   double dist 
)

Parameters

dist
double

The distance to offset the arc. If positive, the arc is offsetted to the right, otherwise to the left.

Return Value

Arc2d

A new arc which is the offset of this arc.

.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