LoadPSRattrXML |
Top Previous Next |
LoadPSRattrXML( aHandle, aUserGroupName, aUserName, aProjectName, aStudyName, aReportName, aReportType, aPSRattrName, aObjType, &aXML, &aErrorMsg )
Description: Returns the content of the specified PSRattr XML
aHandle The value created in the call to Login(). aUserGroupName, aUserName - required The following values may be used to locate the PSRattr, which may be associated with a user, project, study or report: aProjectName, aStudyName, aReportName, aReportType
aPSRattrName The name of the PSRattr to load. aObjType The type of the PSRattr to load &aXML The XML content of the specified PSRattr &aErrorMsg is populated only if an error occurred that prevented the function from succeeding. Otherwise, this parameter is empty.
Example: LoadPSRattrXML( lHandle, "CO@Lafayette", "Dennis", "", "", "", "", "Int_4", "schematic", lErrorMsg ) |