Vwa.ShapeCollection.getItemByGuid Method
Applies to: apps for SharePoint | SharePoint Server 2013
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.