Solid Edge Framework Type Library
Spacing Property
Description
Sets and returns the distance between the primary hatch lines in a hatch pattern.
Property type
Read-write property
Syntax
Visual Basic
Public Property Spacing As Double
Remarks
This distance is interpreted according to the current system active unit of measure as set by the Units property. The Spacing property is only applicable when the fill type (controlled by the PatternType) is set to use a hatch pattern. For Solid fill styles, the property is not applicable. For Hatch fill styles, the property sets or returns the spacing of the first set of hatch lines. Setting the value of this property overrides the spacing of the first set of hatch lines. The spacing for all hatch lines are scaled by the same scale factor as the first set. Legal values for the spacing include only positive numbers. That is, Spacing must be non-negative and non-zero.
See Also

FillStyle Object  | FillStyle Members