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

Create(Page) Method
Creates DimensionItem on a given page.
Syntax
public void Create( 
   Page page
)

Parameters

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