GeoEco.Datasets.ArcGIS.ArcGISRasterBand.GetQueryableAttributeValue
- ArcGISRasterBand.GetQueryableAttributeValue(name)
Returns the value of the queryable attribute with the specified name.
- Parameters:
name (
str) – Name of the queryable attribute to return the value of. Minimum length꞉ 1. Must match regular expression꞉[a-zA-Z][a-zA-Z0-9_]+.- Returns:
Value of the queryable attribute with the specified name. If one is not defined for this object, the chain of parent
DatasetCollections (if any) will be searched, starting with the immediate parent. If one is still not found,Nonewill be returned.Nonewill also be returned if a queryable attribute is found but the value of it isNone. To determine whetherNonewas returned because the attribute’s value wasNoneor because the attribute does not exist, useGetQueryableAttribute()to determine if the queryable attribute exists.- Return type: