ArcObjects Library Reference (PublisherControls)  

IARPageLayout.SetExtent Method

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
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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.

See Also

IARPageLayout Interface