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


ICheckOutUIProperties.COSelectedGraphic Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IC > ICheckOutUIProperties Interface > ICheckOutUIProperties.COSelectedGraphic Property
ArcGIS Developer Help

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