Share

HatchDisplayStyle Class

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

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

 NameDescription
Public propertyAngle Gets or sets the rotation angle.
Public propertyHatchType Gets or sets the HatchType enum value that specifies the pattern as one of: user-defined, pre-defined, custom defined, or solid filled.
Public propertyIsDoubleHatch Gets or sets whether the hatch is a double hatch.
Public propertyPattern Gets or sets the name of the hatch pattern.
Public propertyScaleFactor Gets or sets the scale factor value.
Public propertySpacing Gets or sets the spacing value for user-defined hatch patterns.
Public propertyUOffset Gets or sets the u offset value for user-defined hatch patterns.
Public propertyUseAngleOfObject Gets or sets a boolean value that specifies whether to use the rotation angle of hatched object for the hatch rotation angle.
Public propertyVOffset Gets or sets the v offset value for user-defined hatch patterns.

See Also

Reference

Was this information helpful?