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


IOverposter3.Capabilities Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IOverposter3.Capabilities Property

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

Product Availability

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

See Also

IOverposter3 Interface