ArcObjects Library Reference (GeoDatabaseDistributedUI)  

ICheckOutUIProperties.COSelectedGraphic Property

The currently selected graphic.

[Visual Basic .NET]
Public ReadOnly Property COSelectedGraphic As IGeometry
[C#]
public IGeometry COSelectedGraphic {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This returns nothing if there is no selected graphic in the ArcMap document.

See Also

ICheckOutUIProperties Interface