ArcObjects Library Reference (Carto)  

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

IOverposter Interface