PublishProjectForSmartProduction Method
In This Topic
Publishes a project
Syntax
Parameters
- oProject
- Project which will be published for EPLAN Smart Production.
- strFileName
- Filename with extension
- strFolderPath
- Folder path
- strScheme
- Name of the export scheme
Exceptions
Exception | Description |
ArgumentNullException | Thrown in case of
missing arguments. |
ArgumentException | Thrown in case of
invalid arguments,
e.g. an invalid
project is set. |
ApplicationException | Thrown if the \internal action
could no be found. |
Eplan.EplApi.Base.BaseException | Thrown if an error
occurs while
executing the
method. |
See Also