©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)

Public Member Functions | |
| KmlFolder | getLayerById (string id) |
| void | enableLayerById (string id, bool visibility) |
| KmlFolder KmlLayerRoot.getLayerById | ( | string | id | ) |
Returns the layer based on the layer's ID.
| void KmlLayerRoot.enableLayerById | ( | string | id, | |
| bool | visibility | |||
| ) |
Enables a layer based on its ID.
| id | ID of layer. See the GEPlugin object reference for possible values. | |
| visibility | Specifies whether the feature is drawn in the 3D viewer when it is initially loaded. In order for a feature to be visible, visibility must also be set to 1. |