Gets/Sets the time of concentration method for the catchment area
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }