Contains Method (ObjectId)

Gets whether the collection contains a PointGroup with the given ObjectId.

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

Syntax

C#

public bool Contains(
	ObjectId pointGroupId
)

Visual Basic

Public Function Contains ( _
	pointGroupId As ObjectId _
) As Boolean

Visual C++

public:
bool Contains(
	ObjectId pointGroupId
)

Parameters

pointGroupId
Type: ObjectId

See Also