ShapeCollection.GetShapeIncludingChild

GetShapeIncludingChild(string)

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

public Shape GetShapeIncludingChild(string name)
ParameterTypeDescription
nameString

See Also


GetShapeIncludingChild(int)

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

public Shape GetShapeIncludingChild(int id)
ParameterTypeDescription
nameInt32

See Also