ArcObjects Library Reference (CadastralUI)  

IEnumCELines.Add Method

Add line to enum.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumCELines Interface