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
public propertyDisplayName

The descriptive name of an entity. For example, the value of the DisplayName property for "Seattle, WA" is "Seattle, Washington, United States".

public propertyID

A unique identifier for a geographic entity.

public propertyName

The short name for a particular entity.

public propertyProperties

The property names and associated values of the entity as an array of EntityPropertyValue[] objects.

public propertyTypeName

A string representing the categorization of an entity (EntityType.Name property).

See Also

  EntityPropertyValue Class   |   EntityType.Name Property   |   Location.Entity Property