API Help
Eplan.EplApi.DataModel Namespace / DynamicConnectionLine Class / GetNextEmbeddedInstance Method
Placement before returned placement.

GetNextEmbeddedInstance Method
Returns next instance embedded in this line after one given as a parameter.
Syntax
public Placement GetNextEmbeddedInstance( 
   Placement placement
)

Parameters

placement
Placement before returned placement.

Return Value

null when there is no more instances embedded

next embedded instance

Exceptions
ExceptionDescription
Thrown when the next embedded instance cannot be read.
Thrown when placement is null.
See Also