Share

Catchment.TimeOfConcentrationCalculationMethod Property

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);
}

Property Value

TimeOfConcentrationCalculationMethod

See Also

Reference

Was this information helpful?