Jump to: navigation, search

Difference between revisions of "SYSCLS MAPITEM"


Line 6: Line 6:
 
| version = 2.1.14+
 
| version = 2.1.14+
 
}}
 
}}
 +
A map item object is displayed on a [[SYSCLS_MAPLAYER|map layer]] on the {{UBIKCLIENT}}.
 +
== MetaProperties ==
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=30% | Data type !! Comment
 +
|-
 +
| THUMBNAIL || ByteStream || Contains the thumbnail image
 +
|-
 +
| ''FILETYPE'' || String || Specifies the file type (inherited from [[SYSCLS_FILEDOCUMENT]])
 +
|}
 +
 +
== See also ==
 +
* [[Declare an Object as Map Layer]]
 +
* [[Declare an Object as Map Item]]
 +
* [[UBIK_Client_Basics#Map|{{UBIKCLIENT}} Map]]
  
 
[[Category:System Classifications]]
 
[[Category:System Classifications]]

Revision as of 08:44, 16 December 2013

IC CLASSIFICATION.gif Map item classification
Name SYSCLS_MAPITEM
Inheritance {{{inheritance}}}
Namespace System.Classification
ID {{{id}}}
Purpose Classify objects as map items
Version 2.1.14+

A map item object is displayed on a map layer on the UBIKCLIENT.

MetaProperties

Name Data type Comment
THUMBNAIL ByteStream Contains the thumbnail image
FILETYPE String Specifies the file type (inherited from SYSCLS FILEDOCUMENT)

See also