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


IOverposter2.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter2 Interface > IOverposter2.Initialize Method
ArcGIS Developer Help

IOverposter2.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 _
)
[C#]
public void Initialize (
    IEnvelope Extent,
    IDisplay Display
);
[C++]
HRESULT Initialize(
  IEnvelope* Extent,
  IDisplay* Display
);
[C++]
Parameters
Extent [in]

Extent is a parameter of type IEnvelope* Display [in]
Display is a parameter of type IDisplay*

Product Availability

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

See Also

IOverposter2 Interface