DeviceAtlas Enterprise C API  2.0
Welcome DeviceAtlas Enterprise C API
da_status_t da_atlas_getproptype ( const da_atlas_t atlas,
da_propid_t  propid,
da_type_t type 
)

Given a property ID, return the type of that property.

1 da_getproptype(&myAtlas, da_getpropid(&myAtlas, "displayWidth"), &propertyType);
2 assert(propertyType == DA_TYPE_INT);
Parameters
atlasAtlas instance
propidProperty id
typeType id of the property
Returns
status of the type id search