DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.FieldInfo | Methods | Properties
Returns pointer to GIS_FieldInfo structure.
// C# public ITGIS_FieldInfo FieldInfo( int _id );
' VisualBasic Public Function FieldInfo( ByVal _id As Integer ) As ITGIS_FieldInfo
// Oxygene public function FieldInfo( _id : Integer ) : ITGIS_FieldInfo;
Name | Type | Description |
---|---|---|
_id | int Integer | id of field to be returned |
Type | Description |
---|---|
ITGIS_FieldInfo | Field description or nil. |