Represents the hatch display properties for a component (such as parcels).
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]
Autodesk.Civil.DatabaseServices.StylesHatchDisplayStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class HatchDisplayStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]
VB
Public NotInheritable Class HatchDisplayStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]
C++
public ref class HatchDisplayStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]
The HatchDisplayStyle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Angle | Gets or sets the rotation angle. | |
| HatchType | Gets or sets the HatchType enum value that specifies the pattern as one of: user-defined, pre-defined, custom defined, or solid filled. | |
| IsDoubleHatch | Gets or sets whether the hatch is a double hatch. | |
| Pattern | Gets or sets the name of the hatch pattern. | |
| ScaleFactor | Gets or sets the scale factor value. | |
| Spacing | Gets or sets the spacing value for user-defined hatch patterns. | |
| UOffset | Gets or sets the u offset value for user-defined hatch patterns. | |
| UseAngleOfObject | Gets or sets a boolean value that specifies whether to use the rotation angle of hatched object for the hatch rotation angle. | |
| VOffset | Gets or sets the v offset value for user-defined hatch patterns. |
