API Help
Eplan.EplApi.DataModel Namespace / BoxedDevice Class / Create Method / Create(Page) Method
Page on which the BoxedDevice will be located.

In This Topic
    Create(Page) Method
    In This Topic
    Creates a new BoxedDevice.
    Syntax
    public void Create( 
       Page page
    )
    public:
    void Create( 
       Page^ page
    ) 

    Parameters

    page
    Page on which the BoxedDevice will be located.
    Exceptions
    ExceptionDescription
    Thrown when a BoxedDevice cannot be created.
    Thrown when null is given as a parameter.
    Thrown when function is invoked with object of higher class.
    Thrown when given Page has PageType sets to ExternalDocument.
    See Also