Share

WatershedBaseStyle.Hatch Property

Gets the hatch information for watershed style.



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

Syntax

C#

public SurfaceHatchInfo Hatch { get; }

VB

Public ReadOnly Property Hatch As SurfaceHatchInfo
	Get

C++

public:
property SurfaceHatchInfo^ Hatch {
	SurfaceHatchInfo^ get ();
}

Property Value

SurfaceHatchInfo

See Also

Reference

Was this information helpful?