Entity Class
.gif)
Contains the entity ID, categorization relative to other entities, short name, and description of a geographic entity.
Public Class Entity
Member of [Namespace]
[C#]
public class Entity : System.Object
Member of [Namespace]
Public Properties
DisplayName |
The long descriptive name of an entity. String. |
ID |
A unique identifier for a geographic entity. Integer. |
Name |
The short name for a particular entity. String. |
Properties |
The property names and associated values of the entity as an array of EntityPropertyValue[] objects. |
TypeName |
A string representing the categorization of an entity relative to other entities (EntityType.Name property). String. |
Remarks
- The Entity class is used with the Location.Entity property.
See Also
EntityPropertyValue Class | EntityType.Name Property | Location.Entity Property
.gif)