Arc2d.Offset2 (Double, out Boolean) 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, _ 
ByRef wrapover As Boolean
) As Arc2d
This language is not supported or no code example is available.
public Arc2d Offset2( 
double dist
out bool wrapover 
)
This language is not supported or no code example is available.
public:  
Arc2d^ Offset2( 
double dist
bool& wrapover 
)
This language is not supported or no code example is available.
public function Offset2( 
dist : double
wrapover : boolean 
) : 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.

wrapover
bool

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