This document is archived and information here might be outdated.  Recommended version.


IGSParcel.GetExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.GetExtent Method
ArcGIS Developer Help

IGSParcel.GetExtent Method

Get Parcel extents.

[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.

See Also

IGSParcel Interface