Click or drag to resize

LGSPBackendCreateFromSpec Method

Overload List
  NameDescription
Public methodCreateFromSpec(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.
Public methodCreateFromSpec(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.
Public methodCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString)
Public methodCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, IGraph, IActions)
Public methodCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Boolean, Int32)
Creates a new LGSPGraph or LGSPNamedGraph 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.
Public methodCreateFromSpec(String, IGlobalVariables, String, String, ProcessSpecFlags, ListString, Boolean, Int32, LGSPGraph, LGSPActions)
Creates a new LGSPGraph or LGSPNamedGraph 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.
Top
See Also