Gets or sets the HatchType enum value that specifies the pattern as one of: user-defined, pre-defined, custom defined, or solid filled.

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

Syntax

C#
public HatchType HatchType { get; set; }
Visual Basic
Public Property HatchType As HatchType
	Get
	Set
Visual C++
public:
property HatchType HatchType {
	HatchType get ();
	void set (HatchType value);
}

See Also