Deletes a point from the geometry.
JavaScript |
|
DeletePoint( Index) |
C# |
|
void DeletePoint( int Index) |
C++ |
|
HRESULT DeletePoint( long Index) |
Parameters
Index
The zero-based index of the point, which should be deleted. Use Count to determine the number of points.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.