ArcObjects Library Reference  (PublisherControls)    

IARPageLayout.GetExtent Method

The visible extent of the page layout.

[Visual Basic 6.0]
Sub GetExtent(
    xMin As Double, _
    yMin As Double, _
    xMax As Double, _
    yMax As Double _
) As Empty
[Visual Basic .NET]
Public Sub GetExtent ( _
    ByRef xMin As Double, _
    ByRef yMin As Double, _
    ByRef xMax As Double, _
    ByRef yMax As Double _
)
[C#]
public void GetExtent (
    ref double xMin,
    ref double yMin,
    ref double xMax,
    ref double yMax
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the xmin, ymin, xmax and ymax coordinates of the ARPageLayout's current visible extent in PageUnits.

See Also

IARPageLayout Interface

 


Feedback Send feedback on this page