Share

Catchment.RunoffMethod Property

Gets runoff method for the catchment area.



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

Syntax

C#

public RunoffMethod RunoffMethod { get; }

VB

Public ReadOnly Property RunoffMethod As RunoffMethod
	Get

C++

public:
property RunoffMethod RunoffMethod {
	RunoffMethod get ();
}

Property Value

RunoffMethod

See Also

Reference

Was this information helpful?