DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PointList.Add | Methods | Properties
Add a new element to the list.
// C# public void Add( ITGIS_Point _item );
' VisualBasic Public Sub Add( ByVal _item As ITGIS_Point )
// Oxygene public procedure Add( _item : ITGIS_Point );
Name | Type | Description |
---|---|---|
_item | ITGIS_Point | element to be added. |