CimProject.ClassImport (method)

Imports a class to the project.
Syntax: object.ClassImport path
Parameters:
path As String - A string representing the path to the class file to import.
Description: The CimProject.ClassImport method imports a class into the project. Note : An error will be returned if attempting to overwrite an existing class.

Example

project.ClassImport "c:\CIMPLICITY\HMI\CLASSES\EXAMPLES\GefTank.soc"