CimProject.ClassExport (method)

Exports a class from a project.
Syntax: object.ClassExport classID, path
Parameters:
classID As String - A string representing the class to export.
path As String - A string representing the class export file.
Description: The CimProject.ClassExport method exports a class from the project.

Example

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