Solid Edge Framework Type Library
GetHatchWithOption Method
Description
Same as GetHatch with extra option for getting linear or radial element and center location and axis ratio if radial element
Syntax
Visual Basic
Public Sub GetHatchWithOption( _
   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, _
   ByRef elementType As HatchElementType, _
   ByRef ellipseCenterLocation As RadialHatchElementCenterLocation, _
   ByRef dEllipseAxisRatio As Double _
) 
Parameters
nDisplayIndex
lpdRotation
lpdXOrigin
lpdYOrigin
lpdSpacing
lpdShift
lpnColor
lpdWidth
DashTypeName
elementType
ValueDescription
igHatchElementTypeLinearLinear hatch element
igHatchElementTypeRadialRadial hatch element
igHatchElementTypeUnknown
ellipseCenterLocation
ValueDescription
igRadialHatchElementCenterBottomLeftHatch ellipse center at bottom-left corner of range box
igRadialHatchElementCenterBottomMidHatch ellipse center at bottom-mid corner of range box
igRadialHatchElementCenterBottomRightHatch ellipse center at bottom-right corner of range box
igRadialHatchElementCenterMidLeftHatch ellipse center at mid-left corner of range box
igRadialHatchElementCenterMidMidHatch ellipse center at mid-mid corner of range box
igRadialHatchElementCenterMidRightHatch ellipse center at mid-right corner of range box
igRadialHatchElementCenterTopLeftHatch ellipse center at top-left corner of range box
igRadialHatchElementCenterTopMidHatch ellipse center at top-mid corner of range box
igRadialHatchElementCenterTopRightHatch ellipse center at top-right corner of range box
igRadialHatchElementCenterUnknown
dEllipseAxisRatio
See Also

HatchPatternStyle Object  | HatchPatternStyle Members  | Solid Edge ST4 - What's New