LGSPBackendCreateFromSpec Method |
| Name | Description | |
|---|---|---|
| CreateFromSpec(String, IGlobalVariables) |
Creates a new LGSPGraph instance from the specified specification file.
If the according dll does not exist or is out of date, the needed processing steps are performed automatically.
A name for the graph is automatically generated.
| |
| CreateFromSpec(String, IGlobalVariables, String, LGSPGraph, LGSPActions) |
Creates a new LGSPGraph and LGSPActions instance from the specified specification file.
If the according dlls do not exist or are out of date, the needed processing steps are performed automatically.
A name for the graph is automatically generated.
| |
| CreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString) | ||
| CreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, IGraph, IActions) | ||
| CreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Boolean, Int32, String, String, String) |
Creates a new LGSPGraph or LGSPNamedGraph or LGSPPersistentNamedGraph instance from the specified specification file.
If the according dll does not exist or is out of date, the needed processing steps are performed automatically.
| |
| CreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Boolean, Int32, String, String, String, LGSPGraph, LGSPActions) |
Creates a new LGSPGraph or LGSPNamedGraph or LGSPPersistentNamedGraph and LGSPActions instance from the specified specification file.
If the according dlls do not exist or are out of date, the needed processing steps are performed automatically.
|