DK11 for .NET | TatukGIS.NDK.IGIS_Viewer.Get | Methods | Properties
Retrieve the layer identified by a name.
// 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 | Layer itself or nil if not found. |