public override void Create( Page oPage, SymbolVariant symbVariant )
public: void Create( Page^ oPage, SymbolVariant^ symbVariant ) override
Parameters
- oPage
- symbVariant
- Eplan.EplApi.DataModel.MasterData.SymbolVariant that will be assigned
public override void Create( Page oPage, SymbolVariant symbVariant )
public: void Create( Page^ oPage, SymbolVariant^ symbVariant ) override
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. |