Repository.EnforceRENOCompliance
Jump to navigation
Jump to search
Member of: SynthesisAPI9, 10.Repository
Sets the RENO compatibility setting for model and workbook names. Boolean, the default value is true.
When set to true, ensures that all models and workbooks can be used in RENO equations by disallowing spaces and special characters in the names of models published from any Synthesis desktop application, and in the names of workbooks created in BlockSim/RENO.
Syntax
.EnforceRENOCompliance
Example
VBA|VB.NET 'Declare a new repository connection object. Dim MyRepository As New Repository 'Disable the RENO compliance setting. MyRepository.EnforceRENOCompliance = False