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