API Help
Eplan.EplApi.DataModel.EObjects Namespace / PlugStrip Class / Create Method / Create(Page) Method
Eplan.EplApi.DataModel.Page where the PlugStrip will be located on

In This Topic
    Create(Page) Method
    In This Topic
    Creates a PlugStrip object placed on a Eplan.EplApi.DataModel.Page given as a parameter.
    Syntax
    public void Create( 
       Page page
    )
    public:
    void Create( 
       Page^ page
    ) 

    Parameters

    page
    Eplan.EplApi.DataModel.Page where the PlugStrip will be located on

    Return Value

    Created new PlugStrip object
    Exceptions
    ExceptionDescription
    Thrown when the PlugStrip cannot be created.
    Thrown when page parameter is null.
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also