Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLine Class / Create Method / Create(Page) Method
Eplan.EplApi.DataModel.Page the PolyLine will be placed on.

In This Topic
    Create(Page) Method
    In This Topic
    Creates the PolyLine object.
    Syntax
    public virtual void Create( 
       Page page
    )
    public:
    virtual void Create( 
       Page^ page
    ) 

    Parameters

    page
    Eplan.EplApi.DataModel.Page the PolyLine will be placed on.
    Exceptions
    ExceptionDescription
    Thrown when page is null.
    Thrown when the PolyLine cannot be created.
    Thrown when the PolyLine has already been created.
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also