Gets and sets the graphics file of the class. | |
Syntax: | String =
object.GraphicsFile object.GraphicsFile = String |
Description: | The CimClassInstance.GraphicsFile is a
string containing the graphics file. Examples Dim class As CimClassInstance class.GraphicsFile ="c:\myproject\graphics.cim" |