Share

SettingsCmdCreateCatchmentFromSurface.SettingsCmdShallowConcentratedFlow.SurfaceType Property

Gets time of concentrated method type.



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

Syntax

C#

public PropertyEnum<CatchmentShallowConcentratedFlowSurfaceType> SurfaceType { get; }

VB

Public ReadOnly Property SurfaceType As PropertyEnum(Of CatchmentShallowConcentratedFlowSurfaceType)
	Get

C++

public:
property PropertyEnum<CatchmentShallowConcentratedFlowSurfaceType>^ SurfaceType {
	PropertyEnum<CatchmentShallowConcentratedFlowSurfaceType>^ get ();
}

Property Value

PropertyEnumCatchmentShallowConcentratedFlowSurfaceType

See Also

Reference

Was this information helpful?