CloudMapsQueryGetLayersResult¶
Namespace: ThinkGeo.Core
The result of get layers.
public class CloudMapsQueryGetLayersResult
Inheritance Object → CloudMapsQueryGetLayersResult
Properties¶
QueryLayers¶
The available query layers.
public Collection<string> QueryLayers { get; set; }
Property Value¶
Exception¶
The exception when getting layers.
public ThinkGeoCloudApplicationException Exception { get; set; }
Property Value¶
ThinkGeoCloudApplicationException
Constructors¶
CloudMapsQueryGetLayersResult()¶
public CloudMapsQueryGetLayersResult()