DK11 for .NET | TatukGIS.NDK.TGIS_Point3DList.Insert | Methods | Properties
Insert new item to the list.
// C# public void Insert( int _index, TGIS_Point3D _val );
' VisualBasic Public Sub Insert( ByVal _index As Integer, ByVal _val As TGIS_Point3D )
// Oxygene public procedure Insert( _index : Integer; _val : TGIS_Point3D );
Name | Type | Description |
---|---|---|
_index | int Integer | position where item will be inserted at |
_val | TGIS_Point3D | item to be inserted |