This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.SetSelectionEmpty Method (ArcObjects .NET 10.5 SDK) |
Clears the specified selection set: whichType is a bitwise combination of esriTopologyNode, esriTopologyEdge.
[Visual Basic .NET] Public Sub SetSelectionEmpty ( _ ByVal whichType As Integer _ )
[C#] public void SetSelectionEmpty ( int whichType );
[C++]
HRESULT SetSelectionEmpty(
long whichType
);
[C++]
Parameters whichType whichType is a parameter of type long