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


IMaplexOverposter.Capabilities Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Maplex)  

IMaplexOverposter.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

IMaplexOverposter Interface