CatchmentTOCRunoffData Property |
Gets the Time of Concentration (TOC) runoff method data from the catchment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic CatchmentRunoffTOC TOCRunoffData { get; }Public ReadOnly Property TOCRunoffData As CatchmentRunoffTOC
Get
public:
property CatchmentRunoffTOC^ TOCRunoffData {
CatchmentRunoffTOC^ get ();
}Return Value
CatchmentRunoffTOC
Returns the TOC runoff data, or null if the TOC runoff method is not the active method on this catchment.
Remarks
TOC method does not have additional runoff-specific properties.
See Also