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


IConstructParcelFunctions2.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 > IConstructParcelFunctions2 Interface > IConstructParcelFunctions2.ConstructParcelsFromLines Method
ArcGIS Developer Help

IConstructParcelFunctions2.ConstructParcelsFromLines Method

Creates parcels from a collection of IGSLines.

[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, _
    ByRef ParcelsCreated As IEnumGSParcels, _
    ByRef pErrorLinePointFrom As Integer, _
    ByRef pErrorLinePointTo As Integer _
)
[C#]
public void ConstructParcelsFromLines (
    IGSPlan GSPlan,
    ICadastralPoints pSourcePoints,
    IEnumGSLines Lines,
    ICadastralPacket pDestinationPacket,
    int group,
    ref IEnumGSParcels ParcelsCreated,
    ref int pErrorLinePointFrom,
    ref int pErrorLinePointTo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IConstructParcelFunctions2 Interface