Entity Class
Entity Class
Contains the ID, type, name, and description of a geographic entity. You use the Entity class with the Location.Entity property.
Public Class Entity Inherits System.Object
[C#]
public class Entity : System.Object
Public Properties
Name | Description |
---|---|
DisplayName | The descriptive name of an entity. For example, the value of the DisplayName property for "Seattle, WA" is "Seattle, Washington, United States". |
ID | A unique identifier for a geographic entity. |
Name | The short name for a particular entity. |
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 (EntityType.Name property). |
See Also
EntityPropertyValue Class | EntityType.Name Property | Location.Entity Property