Skip to content

CloudMapsQueryGetAttributesOfLayerResult

Namespace: ThinkGeo.Core

The result of get attributes of layer.

public class CloudMapsQueryGetAttributesOfLayerResult

Inheritance ObjectCloudMapsQueryGetAttributesOfLayerResult

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

Constructors

CloudMapsQueryGetAttributesOfLayerResult()

public CloudMapsQueryGetAttributesOfLayerResult()