This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralParcel Interface > ICadastralParcel.GetParcels Method (ArcObjects .NET 10.5 SDK) |
Get a Set of Parcels in packet.
[Visual Basic .NET] Public Function GetParcels ( _ ByVal pIEnvelope As IEnvelope, _ ByVal ParcelType As enumGSParcelType, _ ByVal bRecycling As Boolean _ ) As IEnumGSParcels
[C#] public IEnumGSParcels GetParcels ( IEnvelope pIEnvelope, enumGSParcelType ParcelType, bool bRecycling );