Parameters
- page
- Eplan.EplApi.DataModel.Page where the symbol reference will be located on
- variant
- Eplan.EplApi.DataModel.MasterData.SymbolVariant representing the graphical symbol of the PLC
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when page is null . |
System.ArgumentNullException | Thrown when symbVariant is null . |
IncorrectSymbolTypeException | Thrown when symbVariant is incompatible with this object. See IncorrectSymbolTypeException for details. |
ObjectCreationException | Thrown when the function cannot be created. |
InvalidArgumentException | Thrown when given Page has PageType sets to ExternalDocument. |