DK11 for Java | tatukgis.jdk.TGIS_Layer.ForEachSubLayer | Constructors | Fields | Methods | Properties | Events
Returns in callback event the layer and all sublayers belonging to it.
// Java public void ForEachSubLayer( TGIS_ForEachLayerEvent _callback );
// Oxygene public procedure ForEachSubLayer( _callback : TGIS_ForEachLayerEvent );
Name | Type | Description |
---|---|---|
_callback | TGIS_ForEachLayerEvent | event that will be called for each found layer |