Parameters
- symbVariant
- Eplan.EplApi.DataModel.MasterData.SymbolVariant that will be assigned
- page
- Page where the symbol reference will be located on
| 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. |