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


ICadastralFeatureGenerator.CreateLinePointsFromFeatures Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

ICadastralFeatureGenerator.CreateLinePointsFromFeatures Method

Creates GSLinePoint objects for the parcel set.

[Visual Basic .NET]
Public Function CreateLinePointsFromFeatures ( _
    ByVal pCadastralEditor As ICadastralEditor, _
    ByVal pLinePoints As IArray _
) As IEnumGSLinePoint
[C#]
public IEnumGSLinePoint CreateLinePointsFromFeatures (
    ICadastralEditor pCadastralEditor,
    IArray pLinePoints
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralFeatureGenerator Interface