Sets the opacity persentage of a class. The opacity is specified by percentage value in range [0-100].
PROCEDURE SetClOpacity(
className : STRING;
opacity : INTEGER);def vs.SetClOpacity(className, opacity):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
| opacity | INTEGER | Opacity specified by percentage value in range [0-100]. |
ColorIndexToRGB(214,cRed,cGrn,cBlu);
SetClOpacity('Cold Water Supply',cRed,cGrn,cBlu);Availability: from VectorWorks13.0