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

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

Syntax

C#
public bool Contains(
	ObjectId objectId
)
Visual Basic
Public Function Contains ( _
	objectId As ObjectId _
) As Boolean
Visual C++
public:
bool Contains(
	ObjectId objectId
)

Parameters

objectId
Type: ObjectId
The ObjectId of the PointDescriptionKey to look for.

See Also