ArcObjects Library Reference (GeoSurvey)  

ICadastralParcel.GetParcels Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralParcel Interface