Table of Contents

Class CloudMapsQueryGetLayersResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

The result of get layers.

[Obfuscation(Exclude = true)]
public class CloudMapsQueryGetLayersResult
Inheritance
CloudMapsQueryGetLayersResult
Inherited Members

Constructors

CloudMapsQueryGetLayersResult()

public CloudMapsQueryGetLayersResult()

Properties

Exception

The exception when getting layers.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException

QueryLayers

The available query layers.

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

Property Value

Collection<string>