PointGroupCollectionContains(ObjectId) Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool Contains(
	ObjectId pointGroupId
)

Parameters

pointGroupId  ObjectId
 

Return Value

Boolean
See Also