DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.Get | Constructors | Fields | Methods | Properties | Events
Retrieve the layer identified by a name.
Available also on: Delphi FMX | Java | ActiveX.
Implements IGIS_Viewer.Get.
// C# public TGIS_LayerAbstract Get( string _name );
' VisualBasic Public Function Get( ByVal _name As String ) As TGIS_LayerAbstract
// Oxygene public function Get( _name : String ) : TGIS_LayerAbstract;
Name | Type | Description |
---|---|---|
_name | string String | name of layer found |
Type | Description |
---|---|
TGIS_LayerAbstract |