TimeOfConcentration Property

Gets the time of concentration for the catchment area

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public double TimeOfConcentration { get; set; }

Visual Basic

Public Property TimeOfConcentration As Double
	Get
	Set

Visual C++

public:
property double TimeOfConcentration {
	double get ();
	void set (double value);
}

Remarks

Setting the TimeOfConcentration is only possible when the TimeOfConcentrationMethod is User Defined.

See Also