GeoEco.Datasets.Virtual.ClippedGrid.GetQueryableAttribute
- ClippedGrid.GetQueryableAttribute(name)
Returns the queryable attribute with the specified name.
- Parameters:
name (
str) – Name of the queryable attribute to return. Minimum length꞉ 1. Must match regular expression꞉[a-zA-Z][a-zA-Z0-9_]+.- Returns:
QueryableAttributeinstance with the specified name. If one is not defined for this object, the chain of parentDatasetCollections (if any) will be searched, starting with the immediate parent. If one is still not found,Nonewill be returned.- Return type: