DK11 for .NET | TatukGIS.NDK.TGIS_FieldList.Exists | Methods | Properties
Check if field exists.
// C# public bool Exists( int _field );
' VisualBasic Public Function Exists( ByVal _field As Integer ) As Boolean
// Oxygene public function Exists( _field : Integer ) : Boolean;
Name | Type | Description |
---|---|---|
_field | int Integer | field id |
Type | Description |
---|---|
bool Boolean | True if field was found |