Share

PointGroupCollection.Contains(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.280

Syntax

C#

public bool Contains(
	ObjectId pointGroupId
)

VB

Public Function Contains ( 
	pointGroupId As ObjectId
) As Boolean

C++

public:
bool Contains(
	ObjectId pointGroupId
)

Parameters

pointGroupId  ObjectId
 

Return Value

Boolean

See Also

Reference

Was this information helpful?