This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelLineFunctions Interface > IParcelLineFunctions.CreateParallelLines Method (ArcObjects .NET 10.4 SDK) |
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 );