Returns an MgByteReader object containing the resource content in XML format. The XML uses the schema appropriate for the resource type. See XML Schemas .
Example (PHP)
// Assuming $resourceService has already been initialized
$resourceID = newMgResourceIdentifier("Library://Geography/World.MapDefinition");
$byteReader = $resourceService->GetResourceContent($resourceID);