public void ChangeLevelDesignation( string level, string newDesignation )
Parameters
- level
- Name of the level. You can use for example: "2" or "Level 2".
- newDesignation
- New designation of the level.
public void ChangeLevelDesignation( string level, string newDesignation )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentException | Thrown when the terminal does not contain the desired level. |