ArcObjects Library Reference (GeoDatabase)  

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