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


IAttributesEditContext.EditEvaluatorContext Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IA > IAttributesEditContext Interface > IAttributesEditContext.EditEvaluatorContext Property
ArcGIS Developer Help

IAttributesEditContext.EditEvaluatorContext Property

The edit evaluator context.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IAttributesEditContext Interface