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

Create(Page) Method
Creates the Spline object.
Syntax
public new void Create( 
   Page page
)

Parameters

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