Eplan Platform API
Eplan.EplApi.DataModel Namespace / ReportBlock Class / Create Method
Project the ReportBlock is assigned to.

In This Topic
    Create Method (ReportBlock)
    In This Topic
    Create a new transient ReportBlock object.
    Syntax
    public void Create( 
       Project oProject
    )
    public:
    void Create( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Project the ReportBlock is assigned to.
    See Also