Description
This class is used to return the codes that describe the results of a field evaluation. These results are the equivalent of the three values returned by the Field.evaluationStatus() ObjectARX function.
Visual Basic
Public Structure FieldEvaluationStatusResult End Structure
C#
public struct FieldEvaluationStatusResult { }