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