ArcObjects Library Reference (Carto)  

IOverposter3.Initialize Method

Initializes the overposter for drawing into the specified area of the map display.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal Extent As IEnvelope, _
    ByVal Display As IDisplay, _
    ByVal pOverposterProps As IOverposterProperties _
)
[C#]
public void Initialize (
    IEnvelope Extent,
    IDisplay Display,
    IOverposterProperties pOverposterProps
);
[C++]
HRESULT Initialize(
  IEnvelope* Extent,
  IDisplay* Display,
  IOverposterProperties* pOverposterProps
);
[C++]

Parameters

Extent [in]

  Extent is a parameter of type IEnvelope

Display [in]

  Display is a parameter of type IDisplay

pOverposterProps [in]

  pOverposterProps is a parameter of type IOverposterProperties

Product Availability

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

See Also

IOverposter3 Interface