TimeOfConcentrationCalculationMethod Property

Gets/Sets the time of concentration method for the catchment area

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

Syntax

C#

public TimeOfConcentrationCalculationMethod TimeOfConcentrationCalculationMethod { get; set; }

Visual Basic

Public Property TimeOfConcentrationCalculationMethod As TimeOfConcentrationCalculationMethod
	Get
	Set

Visual C++

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

See Also