This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter3 Interface > IOverposter3.Capabilities Property (ArcObjects .NET 10.4 SDK) |
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