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