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


IParcelLineFunctions3.CreateParallelLines Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelLineFunctions3 Interface > IParcelLineFunctions3.CreateParallelLines Method
ArcGIS Developer Help

IParcelLineFunctions3.CreateParallelLines Method

Create construction lines from a given offset. Start and stop at pSourcePath (first and last elements), and going thru in-between points (max two points).

[Visual Basic .NET]
Public Sub CreateParallelLines ( _
    ByVal pEnumLines As IEnumGSLines, _
    ByVal pSourcePoints As ICadastralPoints, _
    ByVal pSourcePath As ILongArray, _
    ByVal offset As Double, _
    ByVal ensureConnectivity As Boolean _
)
[C#]
public void CreateParallelLines (
    IEnumGSLines pEnumLines,
    ICadastralPoints pSourcePoints,
    ILongArray pSourcePath,
    double offset,
    bool ensureConnectivity
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelLineFunctions3 Interface