TimeOfConcentrationMethod Property

Gets the time of concentration method.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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