SurfaceHatchInfo Class

The SurfaceHatchInfo class.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesSurfaceHatchInfo

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SurfaceHatchInfo

The SurfaceHatchInfo type exposes the following members.

Properties
 NameDescription
Public propertyPatternAngle Gets or sets a double value to specify an angle for the hatch pattern relative to the X axis of the current UCS.
Public propertyPatternDouble Gets or sets a boolean value to specify whether to use the user-defined pattern in two vertical direction.
Public propertyPatternName Gets the name of current pattern.
Public propertyPatternScale Gets or sets the scale of pattern to expand or contract a predefined or custom-defined pattern.
Public propertyPatternScaleType Gets a boolean value to specify that the hatch pattern is scaled relative to paper space units.
Public propertyPatternSpace Gets or sets a double value to specify the spacing of lines in a user-defined pattern.
Public propertyPatternType Gets the type of current pattern.
Top
Methods
 NameDescription
Public methodSetHatchPattern Sets both pattern type and pattern name for surface hatch entity.
Top
See Also