DK11 for .NET | TatukGIS.NDK.TGIS_FieldList.find | Methods | Properties
Find element.
// C# protected bool find( int _field, ref int _index );
' VisualBasic Protected Function find( ByVal _field As Integer, ByRef _index As Integer ) As Boolean
// Oxygene protected function find( _field : Integer; var _index : Integer ) : Boolean;
Name | Type | Description |
---|---|---|
_field | int Integer | field id |
_index | int Integer | returned index on the list if found or position to insert new |
Type | Description |
---|---|
bool Boolean | True if field was found |