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


ICadastralParcel.GetParcel Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoSurvey)  

ICadastralParcel.GetParcel Method

Get Parcel data by Id.

[Visual Basic .NET]
Public Function GetParcel ( _
    ByVal Id As Integer _
) As IGSParcel
[C#]
public IGSParcel GetParcel (
    int Id
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralParcel Interface