Packagecom.esri.ags.layers.supportClasses
Classpublic class KMLFolder
InheritanceKMLFolder Inheritance flash.events.EventDispatcher

KMLFolder



Public Properties
 PropertyDefined By
  description : String
Description
KMLFolder
  featureInfos : Array
FeatureInfos
KMLFolder
  id : Number
ID associated with the KML folder.
KMLFolder
  name : String
Name
KMLFolder
  parentFolderId : Number
ParentFolderId
KMLFolder
  snippet : String
Snippet
KMLFolder
  subFolderIds : Array
SubFolderIds
KMLFolder
  visible : Boolean
Visible
KMLFolder
Property Detail
descriptionproperty
description:String

Description

This property can be used as the source for data binding.


Implementation
    public function get description():String
    public function set description(value:String):void
featureInfosproperty 
featureInfos:Array

FeatureInfos

This property can be used as the source for data binding.


Implementation
    public function get featureInfos():Array
    public function set featureInfos(value:Array):void
idproperty 
id:Number

ID associated with the KML folder.

This property can be used as the source for data binding.


Implementation
    public function get id():Number
    public function set id(value:Number):void
nameproperty 
name:String

Name

This property can be used as the source for data binding.


Implementation
    public function get name():String
    public function set name(value:String):void
parentFolderIdproperty 
parentFolderId:Number

ParentFolderId

This property can be used as the source for data binding.


Implementation
    public function get parentFolderId():Number
    public function set parentFolderId(value:Number):void
snippetproperty 
snippet:String

Snippet

This property can be used as the source for data binding.


Implementation
    public function get snippet():String
    public function set snippet(value:String):void
subFolderIdsproperty 
subFolderIds:Array

SubFolderIds

This property can be used as the source for data binding.


Implementation
    public function get subFolderIds():Array
    public function set subFolderIds(value:Array):void
visibleproperty 
visible:Boolean

Visible

This property can be used as the source for data binding.


Implementation
    public function get visible():Boolean
    public function set visible(value:Boolean):void