Entity Class

Entity Class

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

public propertyDisplayName The long descriptive name of an entity. String.
public propertyID A unique identifier for a geographic entity. Integer.
public propertyName The short name for a particular entity. String.
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 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