Share

SettingsCmdCreateCatchmentFromObject.TimeOfConcentrationMethod Property

Gets the time of concentration method.



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

Syntax

C#

public PropertyEnum<CatchmentTimeOfConcentrationMethodType> TimeOfConcentrationMethod { get; }

VB

Public ReadOnly Property TimeOfConcentrationMethod As PropertyEnum(Of CatchmentTimeOfConcentrationMethodType)
	Get

C++

public:
property PropertyEnum<CatchmentTimeOfConcentrationMethodType>^ TimeOfConcentrationMethod {
	PropertyEnum<CatchmentTimeOfConcentrationMethodType>^ get ();
}

Property Value

PropertyEnumCatchmentTimeOfConcentrationMethodType

See Also

Reference

Was this information helpful?