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


IImageServer5.GetKeyProperties Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  IPropertySet** ppProperties
);
[C++]

Parameters pRenderingRule [in]
pRenderingRule is a parameter of type IRenderingRule ppProperties [out, retval]
ppProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IImageServer5 Interface