Parameters
- strScheme
- Path to the project settings node, for example CableLog.CableAutoSelectionScheme
- oProj
- Project with scheme.
Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown when scheme with given path is not one of given project schemes |
ProjectSchemeSetting oProjectSchemeSetting = new ProjectSchemeSetting(); oProjectSchemeSetting.Init("CableLog.CableAutoSelectionScheme", m_oTestProject);