Get an attribute value for an Object
If possible, the attribute value is converted to the type you request. If conversion is not possible, an error will result.
’
(’
’
RefCount = ’
’
, A10 )’
) AST_GETC( Z, ’
RefCount’
, STATUS ) ’
Naxes’
, STATUS
) Attribute names are not case sensitive and may be surrounded by white space.
An appropriate "
null"
value will be returned if this function is invoked with STATUS set to an error
value, or if it should fail for any reason. This null value is zero for numeric values, .FALSE. for logical
values, and blank for character values.
Numerical attribute values of zero translate to logical value .FALSE. and all other numerical values translate to .TRUE..