This document is archived and information here might be outdated. Recommended version. |
Overposter capabilities for the specified layer.
[Visual Basic .NET] Public Function get_Capabilities ( _ ByVal Layer As ILayer _ ) As esriOverposterCaps
[C#] public esriOverposterCaps get_Capabilities ( ILayer Layer );
[C++]
HRESULT get_Capabilities(
ILayer* Layer,
esriOverposterCaps* caps
);
[C++] Parameters Layer [in]
Layer is a parameter of type ILayer* caps [out, retval]
caps is a parameter of type esriOverposterCaps*