GetShapeIncludingChild

GetShapeIncludingChild(string)

Gets the element including it’s child shape at the specified name.

public Shape GetShapeIncludingChild(string name)
Parameter Type Description
name String

See Also


GetShapeIncludingChild(int)

Gets the element including it’s child shape at the specified id.

public Shape GetShapeIncludingChild(int id)
Parameter Type Description
name Int32

See Also