Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLine Class / Create Method / Create(Group) Method
the PolyLine will be created in that group

In This Topic
    Create(Group) Method
    In This Topic
    Creates a PolyLine object.
    Syntax
    public static PolyLine Create( 
       Group group
    )
    public:
    static PolyLine^ Create( 
       Group^ group
    ) 

    Parameters

    group
    the PolyLine will be created in that group
    See Also