Vwa.ShapeCollection.getItemByGuid Method

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)

GUID A string that specifies the GUID of the shape to return.

Shape The shape that has the specified 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: