Jump to: navigation, search

Difference between revisions of "SYSCLS MAPITEM"


Line 12: Line 12:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| THUMBNAIL || ByteStream || Contains the thumbnail image
+
| LAYERID || Guid || Reference to a map layer
|-
+
| ''FILETYPE'' || String || Specifies the file type (inherited from [[SYSCLS_FILEDOCUMENT]])
+
 
|}
 
|}
  
Line 20: Line 18:
 
* [[Declare an Object as Map Layer]]
 
* [[Declare an Object as Map Layer]]
 
* [[Declare an Object as Map Item]]
 
* [[Declare an Object as Map Item]]
* [[UBIK_Client_Basics#Map|{{UBIKCLIENT}} Map]]
+
* [[UBIK_Client_Basics#Map|UBIKCLIENT Map]]
  
 
[[Category:System Classifications]]
 
[[Category:System Classifications]]

Revision as of 08:45, 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
LAYERID Guid Reference to a map layer

See also