API Help
Eplan.EplApi.DataModel.Graphics Namespace / LockedMountingArea Class / Create Method / Create(Page) Method
Eplan.EplApi.DataModel.Page the Line will be placed on.

In This Topic
    Create(Page) Method
    In This Topic
    Creates the Rectangle object.
    Syntax
    public override void Create( 
       Page page
    )
    public:
    void Create( 
       Page^ page
    ) override 

    Parameters

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