Gets the time of concentration method.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyEnum<CatchmentTimeOfConcentrationMethodType> TimeOfConcentrationMethod { get; }
Visual Basic
Public ReadOnly Property TimeOfConcentrationMethod As PropertyEnum(Of CatchmentTimeOfConcentrationMethodType)
	Get
Visual C++
public:
property PropertyEnum<CatchmentTimeOfConcentrationMethodType>^ TimeOfConcentrationMethod {
	PropertyEnum<CatchmentTimeOfConcentrationMethodType>^ get ();
}

See Also