This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralPlanManager Interface > ICadastralPlanManager.ParcelsFromPlan Property (ArcObjects .NET 10.4 SDK) |
Parcels of a particular type in a plan.
[Visual Basic .NET] Public Function get_ParcelsFromPlan ( _ ByVal pGSPlan As IGSPlan, _ ByVal eParcelType As enumGSParcelType _ ) As IEnumGSParcels
[C#] public IEnumGSParcels get_ParcelsFromPlan ( IGSPlan pGSPlan, enumGSParcelType eParcelType );