DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.ReadBitmap | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// C# public ITGIS_Bitmap ReadBitmap( WideString _name, ITGIS_Bitmap _default );
' VisualBasic Public Function ReadBitmap( ByVal _name As WideString, ByVal _default As ITGIS_Bitmap ) As ITGIS_Bitmap
// Oxygene public function ReadBitmap( _name : WideString; _default : ITGIS_Bitmap ) : ITGIS_Bitmap;
Name | Type | Description |
---|---|---|
_name | WideString | name of value |
_default | ITGIS_Bitmap | default value |
Type | Description |
---|---|
ITGIS_Bitmap | parameter value |