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