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


IImageServer5.GetKeyProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer5 Interface > IImageServer5.GetKeyProperties Method
ArcGIS Developer Help

IImageServer5.GetKeyProperties Method

Gets the service key properties based on a rendering rule.

[Visual Basic .NET]
Public Function GetKeyProperties ( _
    ByVal pRenderingRule As IRenderingRule _
) As IPropertySet
[C#]
public IPropertySet GetKeyProperties (
    IRenderingRule pRenderingRule
);
[C++]
HRESULT GetKeyProperties(
  IRenderingRule* pRenderingRule
);
[C++]
Parameters
pRenderingRule [in]

pRenderingRule is a parameter of type IRenderingRule*

Product Availability

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

See Also

IImageServer5 Interface