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


IParcelLineFunctions.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 > IParcelLineFunctions Interface > IParcelLineFunctions.CreateParallelLines Method
ArcGIS Developer Help

IParcelLineFunctions.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 _
)
[C#]
public void CreateParallelLines (
    IEnumGSLines pEnumLines,
    ICadastralPoints pSourcePoints,
    ILongArray pSourcePath,
    double offset
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelLineFunctions Interface