API Help
Eplan.EplApi.DataModel Namespace / DynamicConnectionLine Class / GetFirstEmbeddedInstance Method

In This Topic
    GetFirstEmbeddedInstance Method
    In This Topic
    Returns first instance embedded in this line.
    Syntax
    public Placement GetFirstEmbeddedInstance()
    public:
    Placement^ GetFirstEmbeddedInstance(); 

    Return Value

    null when there is no instance embedded

    first embedded instance

    Exceptions
    ExceptionDescription
    Thrown when first embedded instance cannot be read.
    See Also