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


ICadastralPlan.GetPlan 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.GetPlan Method
ArcGIS Developer Help

ICadastralPlan.GetPlan Method

Search for a plan in the collection.

[Visual Basic .NET]
Public Function GetPlan ( _
    ByVal pName As String _
) As IGSPlan
[C#]
public IGSPlan GetPlan (
    string pName
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralPlan Interface