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


IEnumCELinePoints.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IE > IEnumCELinePoints Interface > IEnumCELinePoints.Add Method
ArcGIS Developer Help

IEnumCELinePoints.Add Method

Add linepoint to enum.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pPoint As IGSLinePoint _
)
[C#]
public void Add (
    IGSLinePoint pPoint
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCELinePoints Interface