This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralFeatureGenerator Interface > ICadastralFeatureGenerator.CreateLinePointsFromFeatures Method (ArcObjects .NET 10.5 SDK) |
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 );