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