PolygonBound.Add method

AutoCAD Map 3D ActiveX

PolygonBound.Add method

Adds a point to a PolygonBound collection.

Add( X As Double, _
 Y As Double, _
 Z As Double _
 ) As Point3d

Returns a Point3d object.

X, Y, Z

Coordinates of the point to add.

The Z value is ignored.