| Package | com.esri.ags.layers.supportClasses |
| Class | public class TableInfo |
| Inheritance | TableInfo flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| id : Number
Table ID assigned by ArcGIS Server for a table. | TableInfo | ||
| name : String
Table name as defined in the map service. | TableInfo | ||
| id | property |
id:NumberTable ID assigned by ArcGIS Server for a table. The topmost layer is 0, and each layer follows sequentially. If a layer is added or removed from the source map document, the ID values will shift accordingly.
This property can be used as the source for data binding.
public function get id():Number public function set id(value:Number):void| name | property |
name:StringTable name as defined in the map service.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void