Determines whether an element specified by name is in the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool Contains(
	string name
)
Visual Basic
Public Function Contains ( _
	name As String _
) As Boolean
Visual C++
public:
bool Contains(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the PointDescriptionKey to look for.

See Also