KmlItemIconStates Enumeration |
Specifies the current state of a kml:NetworkLink or kml:Folder.
Namespace:
Aspose.Gis.Formats.Kml.Styles
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic enum KmlItemIconStates
Public Enumeration KmlItemIconStates
public enum class KmlItemIconStates
Members
| Member name | Value | Description |
---|
| None | 0 | Undefined (none). |
| Open | 1 | Open folder. |
| Closed | 2 | Closed folder. |
| Error | 3 | Error in fetch. |
| Fetching0 | 4 | Fetch state 0. |
| Fetching1 | 5 | Fetch state 1. |
| Fetching2 | 6 | Fetch state 2. |
See Also