Share

SurfaceStyle.WatershedStyle Property

Gets the style object that specifies properties for the various kinds of surface watershed analysis components.



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

Syntax

C#

public SurfaceWatershedStyle WatershedStyle { get; }

VB

Public ReadOnly Property WatershedStyle As SurfaceWatershedStyle
	Get

C++

public:
property SurfaceWatershedStyle^ WatershedStyle {
	SurfaceWatershedStyle^ get ();
}

Property Value

SurfaceWatershedStyle

See Also

Reference

Was this information helpful?