This document is archived and information here might be outdated. Recommended version. |
Creates GSParcel objects from database features.
[Visual Basic .NET] Public Function CreateParcelsFromFeatures ( _ ByVal pCadastralEditor As ICadastralEditor, _ ByVal pPolygonFeatures As IArray, _ ByVal preLoadLines As Boolean _ ) As IEnumGSParcels
[C#] public IEnumGSParcels CreateParcelsFromFeatures ( ICadastralEditor pCadastralEditor, IArray pPolygonFeatures, bool preLoadLines );