In This Topic
This class represents the pre-planning macro in Eplan.
You can use PrePlanningMacro objects to store any substructure of pre-planning (that is, associated structure segments and planning objects).
Inheritance Hierarchy
System.Object
Eplan.EplApi.DataModel.MasterData.PrePlanningMacro
Syntax
public class PrePlanningMacro
public ref class PrePlanningMacro
Public Constructors
Public Properties
| | Name | Description |
 | Description | The description for this macro file. |
 | Objects | Returns all objects stored in the macro. |
Top
Public Methods
| | Name | Description |
 | Create | Creates file and writes a pre-planning macro from planning segments and their sub objects. |
 | Dispose | Destructor for deterministic finalization of PrePlanningMacro object. |
 | Open | Opens a macro file and reads the information. |
Top
See Also