PondContourCollectionContains Method

Determines whether the collection contains a contour with the specified ID.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public bool Contains(
	string id
)

Parameters

id  String
The ID to locate in the collection.

Return Value

Boolean
True if the collection contains a contour with the specified ID; otherwise, False.
See Also