ArcObjects Library Reference (CadastralUI)  

IEnumCEPoints.Add Method

Add Point to enum.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCEPoints Interface