ShapeCollection.GetShape

GetShape(string)

Gets the element at the specified name.

public Shape GetShape(string name)
ParameterTypeDescription
nameString

See Also


GetShape(long)

Gets the element at the specified ID.

public Shape GetShape(long ID)
ParameterTypeDescription
IDInt64

See Also