PondContourCollectionIndexOf Method |
Gets the index of the contour with the specified ID in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic int IndexOf(
string id
)
Public Function IndexOf (
id As String
) As Integer
public:
int IndexOf(
String^ id
)
Parameters
- id String
- The ID of the contour to locate in the collection.
Return Value
Int32The zero-based index of the contour if found; otherwise, -1.
See Also