Eplan Platform API
Eplan.EplApi.DataModel Namespace / DynamicConnectionLinePropertyList Class / DynamicConnectionLinePropertyList Constructor / DynamicConnectionLinePropertyList Constructor(DynamicConnectionLine)
DynamicConnectionLine object whose properties will be affected.

In This Topic
    DynamicConnectionLinePropertyList Constructor(DynamicConnectionLine)
    In This Topic
    Should be used internal only
    Syntax
    public DynamicConnectionLinePropertyList( 
       DynamicConnectionLine obj
    )
    public:
    DynamicConnectionLinePropertyList( 
       DynamicConnectionLine^ obj
    )

    Parameters

    obj
    DynamicConnectionLine object whose properties will be affected.
    See Also