Vwa.ShapeCollection.getItemByGuid Method
SharePoint 2013
Last modified: August 06, 2011
Applies to: apps for SharePoint | SharePoint Server 2013
Returns the shape that has the specified GUID.
var value = ShapeCollection.getItemByGUID(string GUID)
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.
Show: