Skip to content

CloudMapsQueryGetLayersResult

Namespace: ThinkGeo.Core

The result of get layers.

public class CloudMapsQueryGetLayersResult

Inheritance ObjectCloudMapsQueryGetLayersResult

Properties

QueryLayers

The available query layers.

public Collection<string> QueryLayers { get; set; }

Property Value

Collection<String>

Exception

The exception when getting layers.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException

Constructors

CloudMapsQueryGetLayersResult()

public CloudMapsQueryGetLayersResult()