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


IGxSelection.SetLocation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxSelection Interface > IGxSelection.SetLocation Method
ArcGIS Developer Help

IGxSelection.SetLocation Method

Clears the selection and sets a new location.

[Visual Basic .NET]
Public Sub SetLocation ( _
    ByVal Location As IGxObject, _
    ByVal pInitiator As Object _
)
[C#]
public void SetLocation (
    IGxObject Location,
    object pInitiator
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxSelection Interface