Table of Contents

Class CloudMapsQueryGetAttributesOfLayerResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

The result of get attributes of layer.

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

Constructors

CloudMapsQueryGetAttributesOfLayerResult()

public CloudMapsQueryGetAttributesOfLayerResult()

Properties

Attributes

The attributes of the layer.

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

Property Value

Collection<string>

Exception

The exception when getting attributes of layer.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException