IImageServerIdentifyResult Interface

Provides access to members that control an identify result.

Members

Name Description
Read-only property CatalogItems A set of idetified catalog items.
Read-only property CatalogItemVisibilities A set of visible area for idetified catalog items.
Read-only property Location The identified location.
Read-only property Name The identify property name.
Read-only property Properties A set of name-value pairs for the field names and values of the identified object.
Read-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.