This document is archived and information here might be outdated.  Recommended version.


IImageServer4.KeyProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer4 Interface > IImageServer4.KeyProperties Property
ArcGIS Developer Help

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