Solid Edge Framework Type Library
SetHatchWithOption Method
Description
Same as SetHatch with extra option for setting linear or radial element and center location and axis ratio if radial element
Syntax
Visual Basic
Public Sub SetHatchWithOption( _
   ByVal nDisplayIndex As Long, _
   ByVal dRotation As Double, _
   ByVal dXOrigin As Double, _
   ByVal dYOrigin As Double, _
   ByVal dSpacing As Double, _
   ByVal dShift As Double, _
   ByVal nColor As Long, _
   ByVal dWidth As Double, _
   ByVal DashTypeName As String, _
   ByVal elementType As HatchElementType, _
   ByVal ellipseCenterLocation As RadialHatchElementCenterLocation, _
   ByVal dEllipseAxisRatio As Double _
) 
Parameters
nDisplayIndex
dRotation
dXOrigin
dYOrigin
dSpacing
dShift
nColor
dWidth
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