ArcObjects Library Reference (CadastralUI)  

IConstructParcelFunctions.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.

Remarks

Use the ConstructParcelsFromLines method to create parcels from a series (Collection) of lines.  The lines in the construction environment must be planar in order to form parcels. 

See Also

IConstructParcelFunctions Interface