| Icon | Member | Description |
|---|---|---|
| CreateFromSpec(String, 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.
| |
| CreateFromSpec(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, String) |
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.
| |
| CreateFromSpec(String) |
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.
|