avid.externals.virtuos.getValueFromPlan
- avid.externals.virtuos.getValueFromPlan(planStr, key)
extracts the first found value of the passed key from the plan file content string. @param planStr String containing the content of a plan file @param key Key of the key value pair. @pre key must be a key present in the result of createPlanPatternDictionary @return the value of the key. If key is not present None will be returned.