ArcObjects Library Reference (Carto)  

IImageServer4.KeyProperties Property

The image service key properties.

[Visual Basic .NET]
Public ReadOnly Property KeyProperties As IPropertySet
[C#]
public IPropertySet KeyProperties {get;}
[C++]
HRESULT get_KeyProperties(
  IPropertySet** ppProperties
);
[C++]

Parameters

ppProperties [out, retval]

  ppProperties is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Key properties contain some well known property, such as AcquisitionDate, CloudCover, SensorName, ProductName, SunAzimuth, SunElevation, SensorAzimuth, SensorElevation etc.

See Also

IImageServer4 Interface