ScrGetLayerMaterial
|
Returns the material of a specified layer. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetLayerMaterial(<layerName>) |
| Parameters: |
BSTR layerName |
| Return Value: |
BSTR materialName |
| VB Example: |
obj.ScrGetLayerMaterial("BOTTOM") |
| IPY Example: |
oDoc.ScrGetLayerMaterial('BOTTOM') |