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


IGSParcel.GetParcelLines Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.GetParcelLines Method
ArcGIS Developer Help

IGSParcel.GetParcelLines Method

Get a Set of Lines in parcel.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface