Share

SurfaceWatershedStyle.MultipleDrainNotchStyle Property

Gets the WatershedMultiDrainNotchStyle.



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

Syntax

C#

public WatershedMultipleDrainNotchStyle MultipleDrainNotchStyle { get; }

VB

Public ReadOnly Property MultipleDrainNotchStyle As WatershedMultipleDrainNotchStyle
	Get

C++

public:
property WatershedMultipleDrainNotchStyle^ MultipleDrainNotchStyle {
	WatershedMultipleDrainNotchStyle^ get ();
}

Property Value

WatershedMultipleDrainNotchStyle

Remarks

A multi-drain notch watershed occurs where there is a a flat edge between two points on a surface:

See Also

Reference

Was this information helpful?