API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / Create Method / Create(Page) Method
Page

In This Topic
    Create(Page) Method
    In This Topic
    Creates DimensionItem on a given page.
    Syntax
    public void Create( 
       Page page
    )
    public:
    void Create( 
       Page^ page
    ) 

    Parameters

    page
    Page
    Exceptions
    ExceptionDescription
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also