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