DK for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.Add_ | Methods | Properties
Add new item into the list.
// C# public ITGIS_CSAbstract Add_( ITGIS_CSAbstract _obj );
' VisualBasic Public Function Add_( ByVal _obj As ITGIS_CSAbstract ) As ITGIS_CSAbstract
// Oxygene public function Add_( _obj : ITGIS_CSAbstract ) : ITGIS_CSAbstract;
| Name | Type | Description |
|---|---|---|
| _obj | ITGIS_CSAbstract | object to be added |
| Type | Description |
|---|---|
| ITGIS_CSAbstract | Object itself. |