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


IPointCalculation.AddLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IPointCalculation Interface > IPointCalculation.AddLine Method
ArcGIS Developer Help

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