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


IMaplexOverposter.Initialize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Maplex)  

IMaplexOverposter.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 spatialReference As ISpatialReference, _
    ByVal overposterProps As IMaplexOverposterProperties, _
    [ByVal trackCancel As ITrackCancel] _
)
[C#]
public void Initialize (
    IEnvelope extent,
    IDisplay display,
    ISpatialReference spatialReference,
    IMaplexOverposterProperties overposterProps,
    ITrackCancel trackCancel
);
[C++]
HRESULT Initialize(
  IEnvelope* extent,
  IDisplay* display,
  ISpatialReference* spatialReference,
  IMaplexOverposterProperties* overposterProps,
  ITrackCancel* trackCancel
);
[C++]

Parameters extent [in]
extent is a parameter of type IEnvelope display [in]
display is a parameter of type IDisplay spatialReference [in]
spatialReference is a parameter of type ISpatialReference overposterProps [in]
overposterProps is a parameter of type IMaplexOverposterProperties trackCancel [optional]
trackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

IMaplexOverposter Interface