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


IGSParcel.GetLinePoints 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.GetLinePoints Method
ArcGIS Developer Help

IGSParcel.GetLinePoints Method

Get a Set of Line Points in parcel.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface