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