KmlItemIcon Class

Specifies an icon resource location in a list.
Inheritance Hierarchy
SystemObject
  Aspose.Gis.Formats.Kml.StylesKmlItemIcon

Namespace:  Aspose.Gis.Formats.Kml.Styles
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class KmlItemIcon

The KmlItemIcon type exposes the following members.

Constructors
  NameDescription
Public methodKmlItemIcon
Initializes a new instance of the KmlItemIcon class
Properties
  NameDescription
Public propertyHref
Specifies the the resource location as a URL. Default value is means the href is none.
Public propertyState
Specifies the current state of the NetworkLink or Folder. Default value is None.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also