This document is archived and information here might be outdated. Recommended version. |
The Extent of the map model.
[Visual Basic .NET] Public Property Extent As IRect
[C#] public IRect Extent {get; set;}
[C++]
HRESULT get_Extent(
IRect** pVal
);
[C++]
HRESULT put_Extent(
IRect* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type IRect** pVal [in]
pVal is a parameter of type IRect*