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


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

IConstructParcelFunctions3.ConstructParcelsFromLines Method

Creates parcels from a collection of IGSLines. AllowExternalChildrenParts should only be true for when creating single parcels.

[Visual Basic .NET]
Public Sub ConstructParcelsFromLines ( _
    ByVal GSPlan As IGSPlan, _
    ByVal pSourcePoints As ICadastralPoints, _
    ByVal Lines As IEnumGSLines, _
    ByVal pDestinationPacket As ICadastralPacket, _
    ByVal group As Integer, _
    ByVal breakSourceLinesAtLinePoints As Boolean, _
    ByVal skipCreationOfChildren As Boolean, _
    ByVal allowExternalChildrenParts As Boolean, _
    ByRef ppParcels As IEnumGSParcels, _
    ByRef pErrorLinePointFrom As Integer, _
    ByRef pErrorLinePointTo As Integer _
)
[C#]
public void ConstructParcelsFromLines (
    IGSPlan GSPlan,
    ICadastralPoints pSourcePoints,
    IEnumGSLines Lines,
    ICadastralPacket pDestinationPacket,
    int group,
    bool breakSourceLinesAtLinePoints,
    bool skipCreationOfChildren,
    bool allowExternalChildrenParts,
    ref IEnumGSParcels ppParcels,
    ref int pErrorLinePointFrom,
    ref int pErrorLinePointTo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructParcelFunctions3 Interface