This document is archived and information here might be outdated.  Recommended version.


ITopologyGraph.SetSelectionEmpty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.SetSelectionEmpty Method
ArcGIS Developer Help

ITopologyGraph.SetSelectionEmpty Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITopologyGraph Interface