public: Placement^ GetNextEmbeddedInstance( Placement^ placement )
Parameters
- placement
- Placement before returned placement.
Return Value
null when there is no more instances embedded
next embedded instance
public: Placement^ GetNextEmbeddedInstance( Placement^ placement )
null when there is no more instances embedded
next embedded instance
| Exception | Description | 
|---|---|
| Eplan.EplApi.Base.BaseException | Thrown when the next embedded instance cannot be read. | 
| System.ArgumentNullException | Thrown when placementisnull. |