CloudMapsQueryGetAttributesOfLayerResult¶
Namespace: ThinkGeo.Core
The result of get attributes of layer.
public class CloudMapsQueryGetAttributesOfLayerResult
Inheritance Object → CloudMapsQueryGetAttributesOfLayerResult
Properties¶
Attributes¶
The attributes of the layer.
public Collection<string> Attributes { get; set; }
Property Value¶
Exception¶
The exception when getting attributes of layer.
public ThinkGeoCloudApplicationException Exception { get; set; }
Property Value¶
ThinkGeoCloudApplicationException
Constructors¶
CloudMapsQueryGetAttributesOfLayerResult()¶
public CloudMapsQueryGetAttributesOfLayerResult()