This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.GetExtent Method (ArcObjects .NET 10.4 SDK) |
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 );