ISOPenWidth Property |
Specifies the ISO pen width of an ISO hatch pattern.
Signature
object.ISOPenWidth
object
Hatch
The object or objects this property applies to.
ISOPenWidth
acISOPenWidth enum, read-write for all ISO hatch patterns. Specify one of the following constants.
acPenWidth000 |
0.00 mm |
acPenWidth013 |
0.13 mm |
acPenWidth018 |
0.18 mm |
acPenWidth025 |
0.25 mm |
acPenWidth035 |
0.35 mm |
acPenWidth050 |
0.50 mm |
acPenWidth070 |
0.70 mm |
acPenWidth100 |
1.00 mm |
acPenWidth140 |
1.40 mm |
acPenWidth200 |
2.00 mm |
acPenWidthUnk |
unknown |
Remarks
The first ten values represent the pen width in hundredths of a millimeter.
The acPenWidthUnk value identifies an unknown, or non-standard, pen width. When you query a hatch and receive a value of acPenWidthUnk, use the PatternScale property to obtain the non-standard value. Setting the pen width of any hatch to acPenWidthUnk has no effect.
This property shares a relationship with the PatternScale property. When you work with ISO hatch patterns, the standard scale values can be entered through the PatternScale property or through this property. Non-standard pen widths can only be entered using the PatternScale property.
Comments? |