Indicates whether an element specified by ObjectId exists 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

See Also