Solid Edge Framework Type Library
GetHatch Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
Returns the spacing of the pattern lines.
Returns the color for the pattern lines.
Returns the width of the lines that make up the hatch.
Returns the name of the style.
Description
Returns the parameters for the referenced hatch line.
Syntax
Visual Basic
Public Sub GetHatch( _
   ByVal nDisplayIndex As Long, _
   ByRef lpdRotation As Double, _
   ByRef lpdXOrigin As Double, _
   ByRef lpdYOrigin As Double, _
   ByRef lpdSpacing As Double, _
   ByRef lpdShift As Double, _
   ByRef lpnColor As Long, _
   ByRef lpdWidth As Double, _
   ByRef DashTypeName As String _
) 
Parameters
nDisplayIndex
Specifies the display index (sequence number in which the linear element was created) for the linear element.
lpdRotation
lpdXOrigin
lpdYOrigin
lpdSpacing
Returns the spacing of the pattern lines.
lpdShift
lpnColor
Returns the color for the pattern lines.
lpdWidth
Returns the width of the lines that make up the hatch.
DashTypeName
Returns the name of the style.
See Also

HatchPatternStyle Object  | HatchPatternStyle Members