This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexOverposter Interface > IMaplexOverposter.Initialize Method (ArcObjects .NET 10.4 SDK) |
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