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


IMaplexOverposter.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexOverposter Interface > IMaplexOverposter.Initialize Method
ArcGIS Developer Help

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 [in, optional]
trackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IMaplexOverposter Interface