This document is archived and information here might be outdated. Recommended version. |
Sets the visible extent of the page layout.
[Visual Basic .NET]
Public Sub SetExtent ( _
ByVal xMin As Double, _
ByVal yMin As Double, _
ByVal xMax As Double, _
ByVal yMax As Double _
)
[C#]
public void SetExtent (
double xMin,
double yMin,
double xMax,
double yMax
);
Sets the xmin, ymin, xmax and ymax coordinates of the ARPageLayout's current visible extent in PageUnits. The SetExtent method automatically refreshes the ARPageLayout's display area.