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


ICadastralPlan.GetPlan Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoSurvey)  

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