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


IEditEvaluators.IsSelected Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IE > IEditEvaluators Interface > IEditEvaluators.IsSelected Property
ArcGIS Developer Help

IEditEvaluators.IsSelected Property

Indicates if the evaluator is selected.

[Visual Basic .NET]
Public Function get_IsSelected ( _
    ByVal index As Integer _
) As Boolean
[C#]
public bool get_IsSelected (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEditEvaluators Interface