Description:
This function will check the provided Annotation (specified through the
"Annotation" parameter) to locate an Attribute that has the specified
name (through the "AttributeName" parameter). If such an Attribute is
not found in the Annotation, 0 will be returned. If a proper Attribute
is found, its value will be matched against the provided (though the
"ValuePattern" parameter) pattern: if a match is found 1 will be
returned, else this function will return 0. The pattern specified through the "ValuePattern" parameter must follow
the same rules as the patterns used with the
"string match" Tcl command.
Return Value:
This function will return 1 (true) if an Attribute with the provided
name exists in the specified Annotation, and its value matches the
provided pattern. Else, 0 (false) will be returned.
Notes:
This function is equivelant to CDM_AnnotationContainsAttributeMatchingValue (C++ API).
See Also:
tip_AnnotationContainsAttributeMatchingValues,
CDM_AnnotationContainsAttributeMatchingValue,
string match
Generated by: petasis@aias on Wed Aug 16 10:31:45 PM EEST 2006.