This document is archived and information here might be outdated.  Recommended version.


ICadastralPlan.GetPlans Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IC > ICadastralPlan Interface > ICadastralPlan.GetPlans Method
ArcGIS Developer Help

ICadastralPlan.GetPlans Method

Fetch plans from the collection.

[Visual Basic .NET]
Public Function GetPlans ( _
    ByVal planType As enumGSPlansType _
) As IEnumGSPlans
[C#]
public IEnumGSPlans GetPlans (
    enumGSPlansType planType
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPlan Interface