ArcObjects Library Reference (GeoSurvey)  

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