| Solid Edge Framework Type Library > HatchPatternStyle Object : GetHatchWithOption Method |
| 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 _ ) |
| 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 |