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


IPointCalculation.AddLine Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IPointCalculation.AddLine Method

Add line to calculate points from.

[Visual Basic .NET]
Public Sub AddLine ( _
    ByVal pLine As IGSLine _
)
[C#]
public void AddLine (
    IGSLine pLine
);

Product Availability

Available with ArcGIS Desktop.

See Also

IPointCalculation Interface