PondContourCollectionIndexOf Method

Gets the index of the contour with the specified ID in the collection.

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

Parameters

id  String
The ID of the contour to locate in the collection.

Return Value

Int32
The zero-based index of the contour if found; otherwise, -1.
See Also