This document is archived and information here might be outdated. Recommended version. |
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*