public: void Create( PlugStrip^ ps, Page^ page )
Parameters
- ps
- A PlugStrip where the plug will be located.
- page
- A Eplan.EplApi.DataModel.Page where the plug will be placed. If the page parameter is NULL, the plug will be un-placed.
- for "Male and female" plug strips, the plug will get "Male and Female pin" function definition,
- for "Male" plug strips, the plug will get "Male pin, 2 connection points" function definition,
- for "Female" plug strips, the plug will get "Female pin, 2 connection points" function definition
public: void Create( PlugStrip^ ps, Page^ page )
Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown when the plug cannot be created. |
System.ArgumentNullException | Thrown when the ps parameters is null . |