PondContourCollectionContains Method |
Determines whether the collection contains a contour with the specified ID.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic bool Contains(
string id
)
Public Function Contains (
id As String
) As Boolean
public:
bool Contains(
String^ id
)
Parameters
- id String
- The ID to locate in the collection.
Return Value
BooleanTrue if the collection contains a contour with the specified ID; otherwise, False.
See Also