Gets the content of the specified resource.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming $resourceService has already been initialized $resourceID = new MgResourceIdentifier("Library://Geography/World.MapDefinition"); $byteReader = $resourceService->GetResourceContent($resourceID);
|