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


ICadastralFeatureGenerator.CreateLinePointsFromFeatures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralFeatureGenerator Interface > ICadastralFeatureGenerator.CreateLinePointsFromFeatures Method
ArcGIS Developer Help

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