ArcObjects Library Reference (CadastralUI)  

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

IParcelLineFunctions2 Interface