DK11 for Delphi | GisInterfaces.IGIS_Viewer.Get | Methods | Properties
Retrieve the layer identified by a name.
// Delphi public function Get( const _name : String ) : TGIS_LayerAbstract;
// C++ Builder public: TGIS_LayerAbstract* Get( const UnicodeString _name ) = 0;
Name | Type | Description |
---|---|---|
_name | String | name of layer found |
Type | Description |
---|---|
TGIS_LayerAbstract | Layer itself or nil if not found. |