Click or drag to resize

SelectedShapeCollectionContains Method

Get whether the specified shape is in the collection.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool Contains(
	Shape shape
)

Parameters

shape
Type: RootPro.RootProCADShape
Geometry to search

Return Value

Type: Boolean
True if the shape is contained in the collection. Otherwise false.
See Also