Vwa.ShapeCollection.getItemByGuid Method
Applies to: SharePoint Server 2010
Returns the shape that has the specified GUID.
var value = ShapeCollection.getItemByGUID(string GUID)
Parameters
GUID A string that specifies the GUID of the shape to return.
Return Value
Shape The shape that has the specified GUID.
Remarks
You can use the Vwa.Shape.getGUID method to determine a shape's GUID.
The method returns null if it cannot find a shape that has the specified GUID.