CimProject.Resources (read-only property)

Gets the list of resource.
Syntax: Set CimResourceList = object.Resources
Description: The CimProject.Resources property is read-only and returns a collection object that is used to add and modify resources.

Example

Dim project As CimProject
Set project = CreateObject("CimProject")
project.OpenLocalProject "c:\cimpdemo\cimpdemo.gef"
Dim resources as CimResourceList
set resources = project.Resources