Arc2d.Offset2 (Double) Method

Same as offset except that if the arc "warps" around a new arc is created instead of a point.
Public Function Offset2( _ 
ByVal dist As Double
) As Arc2d
This language is not supported or no code example is available.
public Arc2d Offset2( 
double dist 
)
This language is not supported or no code example is available.
public:  
Arc2d^ Offset2( 
double dist 
)
This language is not supported or no code example is available.
public function Offset2( 
dist : double 
) : Arc2d;
This language is not supported or no code example is available.

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