The FindResults type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FindResults | Initializes a new instance of the FindResults class |
Methods
| Name | Description | |
|---|---|---|
| SetShapeStyle |
Sets the style attributes for the shapes in the FindResults. Call this method before
calling ToVEShapeLayer.
| |
| ToVEShapeLayer | Creates a new VEShapeLayer from the shapes in the FindResults. 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 find operation. Your code should check for a
non-null value before attempting to access the features. | |
| Results | The results returned from the FindTask operation. The value is an array of
FindResult objects. |
