ArcObjects Library Reference (Catalog)  

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