AddPoint

Adds a point to the geometry after the last point.

 

JavaScript

 

AddPoint(

       X,

       Y,

       Z)

 

C#

 

void AddPoint(

       double X,

       double Y,

       double Z)

 

C++

 

HRESULT AddPoint(

       double X,

       double Y,

       double Z)

Parameters

X

The point’s x-coordinate in the project’s coordinate system units.

Y

The point’s y-coordinate in the project’s coordinate system units.

Z

The point’s z-coordinate in the project’s coordinate system units.

Exceptions

See:  HRESULT Return Values for a list of possible values returned by the HRESULT.