ArcObjects Library Reference (CatalogUI)  

IEvaluatorEditor.ContextSupportsEditProperties Property

Indicates if the editor supports a dialog for the current attribute edit context.

[Visual Basic .NET]
Public ReadOnly Property ContextSupportsEditProperties As Boolean
[C#]
public bool ContextSupportsEditProperties {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The ContextSupportsEditProperties property indicates whether the ArcCatalog user is able to bring up a dialog by clicking the Properties button (or pressing F12) in order to specify settings for the evaluator.

See Also

IEvaluatorEditor Interface