The IdentifyResults type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IdentifyResults | Initializes a new instance of the IdentifyResults class |
Methods
| Name | Description | |
|---|---|---|
| SetShapeStyle |
Sets the style attributes for the shapes in the IdentifyResults. Call this method before
calling ToVEShapeLayer.
| |
| ToVEShapeLayer | Creates a new VEShapeLayer from the shapes in the IdentifyResults. Before calling this method, you may want to
call SetShapeStyle to set the display properties
of the shapes. The VEShapeLayer returned may then be added to the Virtual Earth map.
|
Properties
| Name | Description | |
|---|---|---|
| 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. |
