Gets/Sets the time of concentration method for the catchment area.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public TimeOfConcentrationCalculationMethod TimeOfConcentrationCalculationMethod { get; set; }
VB
Public Property TimeOfConcentrationCalculationMethod As TimeOfConcentrationCalculationMethod Get Set
C++
public: property TimeOfConcentrationCalculationMethod TimeOfConcentrationCalculationMethod { TimeOfConcentrationCalculationMethod get (); void set (TimeOfConcentrationCalculationMethod value); }