This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapFrameDescription Interface > IMapFrameDescription.PageLocation Property (ArcObjects .NET 10.4 SDK) |
The extent of the map frame on the page.
[Visual Basic .NET] Public ReadOnly Property PageLocation As IEnvelope
[C#] public IEnvelope PageLocation {get;}
[C++]
HRESULT get_PageLocation(
IEnvelope** Extent
);
[C++]
Parameters Extent [out, retval]
Extent is a parameter of type IEnvelope
Use PageLocation when exporting an existing map layout using ExportLayout on IMapServerLayout.