DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.Get | Methods | Properties
Retrieve the layer identified by a name. Sublayer or compund layers can be found by do notation like 'name.sublyer'
Available also on: Delphi FMX | .NET WinForms | Java | Python.
// C# public ITGIS_LayerAbstract Get( WideString _name );
' VisualBasic Public Function Get( ByVal _name As WideString ) As ITGIS_LayerAbstract
// Oxygene public function Get( _name : WideString ) : ITGIS_LayerAbstract;
Name | Type | Description |
---|---|---|
_name | WideString | name of layer to be found |
Type | Description |
---|---|
ITGIS_LayerAbstract | Found layer or nil if not found. |