Click or drag to resize

ShapeAttributeCollectionContains Method

Get whether the specified attribute 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(
	string name
)

Parameters

name
Type: SystemString
Name to search

Return Value

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