This document is archived and information here might be outdated. Recommended version. |
Removes references to some geometries from this collection.
[Visual Basic .NET]
Public Sub RemoveGeometries ( _
ByVal Index As Integer, _
ByVal Count As Integer _
)
[C#]
public void RemoveGeometries (
int Index,
int Count
);
[C++]
HRESULT RemoveGeometries(
long Index,
long Count
);
[C++] Parameters Index
Index is a parameter of type long Count
Count is a parameter of type long