cf.CellMeasure.identity

CellMeasure.identity(default=None)[source]

Return the cell measure’s identity.

The idendity is the value of the measure attribute, or if that doesn’t exist the standard_name property or, if that does not exist, the id attribute.

Parameters :
default : optional

If none of measure, standard_name and id exist then return default. By default, default is None.

Returns :
out :

The identity.

Examples

Previous topic

cf.CellMeasure.hasprop

Next topic

cf.CellMeasure.insert_data

This Page