ArcObjects Library Reference (GeoSurvey)  

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