PointGroupCollectionContains(ObjectId) Method |
Gets whether the collection contains a PointGroup with the given ObjectId.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Contains(
ObjectId pointGroupId
)
Public Function Contains (
pointGroupId As ObjectId
) As Boolean
public:
bool Contains(
ObjectId pointGroupId
)
Parameters
- pointGroupId ObjectId
-
Return Value
Boolean
See Also