Provides access to members that control an identify result.
Members
| Name | Description | |
|---|---|---|
![]()  | 
CatalogItems | A set of idetified catalog items. | 
![]()  | 
CatalogItemVisibilities | A set of visible area for idetified catalog items. | 
![]()  | 
Location | The identified location. | 
![]()  | 
Name | The identify property name. | 
![]()  | 
Properties | A set of name-value pairs for the field names and values of the identified object. | 
![]()  | 
Value | The identify property value. | 
IImageServerIdentifyResult.CatalogItems Property
A set of idetified catalog items.
Public ReadOnly Property CatalogItems As IRecordSet
public IRecordSet CatalogItems {get;}
IImageServerIdentifyResult.CatalogItemVisibilities Property
A set of visible area for idetified catalog items.
Public ReadOnly Property CatalogItemVisibilities As IDoubleArray
public IDoubleArray CatalogItemVisibilities {get;}
IImageServerIdentifyResult.Location Property
The identified location.
Public ReadOnly Property Location As IPoint
public IPoint Location {get;}
IImageServerIdentifyResult.Name Property
The identify property name.
Public ReadOnly Property Name As String
public string Name {get;}
IImageServerIdentifyResult.Properties Property
A set of name-value pairs for the field names and values of the identified object.
Public ReadOnly Property Properties As IPropertySet
public IPropertySet Properties {get;}
IImageServerIdentifyResult.Value Property
The identify property value.
Public ReadOnly Property Value As String
public string Value {get;}
Classes that implement IImageServerIdentifyResult
| Classes | Description | 
|---|---|
| ImageServerIdentifyResult | An Image Server Identify Result object. | 
