Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLinePropertyList Class / PolyLinePropertyList Constructor / PolyLinePropertyList Constructor(PolyLine)
PolyLine object whose properties will be affected.

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

    Parameters

    obj
    PolyLine object whose properties will be affected.
    See Also