DK11 for Delphi | GisFileGDAL.TGIS_FileGDAL.CanCreateDataset | Constructors | Fields | Methods | Properties
Check if can create a dataset.
// Delphi public function CanCreateDataset( const _isGrid : Boolean ) : Boolean;
// C++ Builder public: bool CanCreateDataset( const bool _isGrid );
Name | Type | Description |
---|---|---|
_isGrid | Boolean | is dataset a grid |
Type | Description |
---|---|
Boolean | True if succeeded |