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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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