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
)
Public MustOverride Function Contains (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
Name to search
Return Value
Type:
BooleanTrue if the attribute is contained in the collection. Otherwise false.
See Also