Delete the selected geometry from the collection.
JavaScript |
|
DeleteGeometry( Index) |
C# |
|
void DeleteGeometry( int Index) |
C++ |
|
HRESULT DeleteGeometry( long Index) |
Parameters
Index
The zero-based index of the geometry you are deleting.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.