Share

HatchDisplayStyle.HatchType Property

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.8.0.280

Syntax

C#

public HatchType HatchType { get; set; }

VB

Public Property HatchType As HatchType
	Get
	Set

C++

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

Property Value

HatchType

See Also

Reference

Was this information helpful?