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


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

ICadastralLines.GetLines Method

Get a Set of Parcels in packet.

[Visual Basic .NET]
Public Function GetLines ( _
    ByVal pIEnvelope As IEnvelope, _
    ByVal ParcelType As enumGSParcelType, _
    ByVal bRecycling As Boolean _
) As IEnumGSLines
[C#]
public IEnumGSLines GetLines (
    IEnvelope pIEnvelope,
    enumGSParcelType ParcelType,
    bool bRecycling
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLines Interface