SpecialObjects(ForEdit: Boolean): ISpecialObjects;
SpecialObjects[ForEdit: boolean]: Prognoz.Platform.Interop.Metabase.ISpecialObjects;
ForEdit. The parameter that defines if there will an opportunity to change parameters of special objects.
If the True value is passed as a parameter value, there will be an opportunity to change parameters of special objects.
If the False value is passed as a parameter value, parameters of special objects are available only for reading.
The SpecialObjects property returns collection of special repository objects.
Executing the example requires that the repository contains a map with the RUSSIA identifier.
Add a link to the Metabase system assembly.
After executing this example the RUSSIA map is set as a default map for the current repository.
See also: