DK11 for .NET | TatukGIS.NDK.TGIS_PointList.Add | Methods | Properties
Add new item to the list.
// C# public int Add( TGIS_Point _val );
' VisualBasic Public Function Add( ByVal _val As TGIS_Point ) As Integer
// Oxygene public function Add( _val : TGIS_Point ) : Integer;
Name | Type | Description |
---|---|---|
_val | TGIS_Point | item to be added |
Type | Description |
---|---|
int Integer | position of the item |