Poly2d.Add (Arc2d) Method
Adds an arc segment last to the poly. If the arcs startpoint is further away than epsilon from the
current endpoint of the poly a line segment is added between.
Public Sub Add( _
ByVal arc As Arc2d _
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
public function Add(
arc : Arc2d
);
This language is not supported or no code example is available.
Parameters
-
arc
-
Arc2d
The arc containing data for the segment to add.
.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