Share

WatershedBaseStyle.UseHatching Property

Specifies whether to use hatching for watershed style.



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

Syntax

C#

public bool UseHatching { get; set; }

VB

Public Property UseHatching As Boolean
	Get
	Set

C++

public:
property bool UseHatching {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?