DK11 for Delphi | GisUtils.TGIS_Utils.GisCreateLayer | Methods | Properties
Create a layer given by a name.
// Delphi public class function GisCreateLayer( const _name : String; const _path : String ) : TGIS_Layer; static; inline;
// C++ Builder public: static TGIS_Layer* GisCreateLayer( const UnicodeString _name, const UnicodeString _path );
Name | Type | Description |
---|---|---|
_name | String | the name under which the layer will be recognized; if empty, then the default name will be assigned (same as path) |
_path | String | path (with extension) |
Type | Description |
---|---|
TGIS_Layer | Created layer. |