Ifd:getMeasure
From dev.ifd-library.org
Function public IfdMeasure getMeasure ( String measure_guid, String[] context_guids, IfdLanguage[] languages, String session_id ) throws IfdServerException
EXPRESS heading
QUERY_FUNCTION getMeasure (
measure_guid : STRING;
context_guids : LIST OF STRING;
languages : LIST OF IfdLanguage) : IfdMeasure;
Method to retrieve the measure details , unit and values for a given measure guid.
Input:
-
string measure_guid- optional: the guid of property for which we want to receive measure details -
string context_guids[]- array of context_guids in which you want to constrain the results -
IfdLanguage languages[]- array of languages in which you want to constrain the results -
string session_id- the session id for the current user
Return:
-
IfdMeasure- the returned measure with its unit and values
Description As IfdMeasure contains both unit and value this function alone can retrieve all necessary information for measuring a property.
Comments: