The IdentifyResults type exposes the following members.

Properties

  NameDescription
Error
If not null, the error returned by the identify operation. Your code should check for a non-null value before attempting to access the results.
InputGeometry
The VEShape used as input. If identify results are found, the text of feature attributes is added to the Description of the VEShape, so that the VEShape may be added directly to the VE map, with description available when the user hovers over the icon.
Results
The collection of identify results returned as an array of IdentifyResult objects.

See Also