ScrSetStackupLayerThicknessUnit
|
Sets the layer thickness unit. |
|
| UI Command: | None. |
| Syntax: | obj.ScrSetStackupLayerThicknessUnit(<unit>) |
| Parameters: |
BSTR unit ("microns", "um", "mils", "mm", "cm", "inches", or "meters") |
| Return Value: |
BOOL:
|
| VB Example: |
obj.ScrSetStackupLayerThicknessUnit "um" |
| IPY Example: |
oDoc.ScrSetStackupLayerThicknessUnit('um') |