| Solid Edge Framework Type Library > HatchPatternStyle Object : AddHatchWithOption Method |
| Visual Basic |
|---|
Public Function AddHatchWithOption( _ 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 _ ) As Long |
| Value | Description |
|---|---|
| igHatchElementTypeLinear | Linear hatch element |
| igHatchElementTypeRadial | Radial hatch element |
| igHatchElementTypeUnknown |
| Value | Description |
|---|---|
| igRadialHatchElementCenterBottomLeft | Hatch ellipse center at bottom-left corner of range box |
| igRadialHatchElementCenterBottomMid | Hatch ellipse center at bottom-mid corner of range box |
| igRadialHatchElementCenterBottomRight | Hatch ellipse center at bottom-right corner of range box |
| igRadialHatchElementCenterMidLeft | Hatch ellipse center at mid-left corner of range box |
| igRadialHatchElementCenterMidMid | Hatch ellipse center at mid-mid corner of range box |
| igRadialHatchElementCenterMidRight | Hatch ellipse center at mid-right corner of range box |
| igRadialHatchElementCenterTopLeft | Hatch ellipse center at top-left corner of range box |
| igRadialHatchElementCenterTopMid | Hatch ellipse center at top-mid corner of range box |
| igRadialHatchElementCenterTopRight | Hatch ellipse center at top-right corner of range box |
| igRadialHatchElementCenterUnknown |