PondContourCollectionItem(Int32) Property |
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic PondContour this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PondContour
Get
public:
property PondContour^ default[int index] {
PondContour^ get (int index);
}Parameters
- index Int32
-
Property Value
PondContour
See Also