public StorableObject[] PageMacro( string strEMPFileName, Page oInsertAfterPage, Project oProject, bool overwrite, PageMacro.Enums.NumerationMode nNumerationMode )
public: array<StorableObject^>^ PageMacro( String^ strEMPFileName, Page^ oInsertAfterPage, Project^ oProject, bool overwrite, PageMacro.Enums.NumerationMode nNumerationMode )
Parameters
- strEMPFileName
 - Full file name of the PageMacro to be inserted.
 - oInsertAfterPage
 - Page after which the macro will be inserted.
 - oProject
 - Project into which the macro will be inserted.
 - overwrite
 - Pages with the same designation will be overwritten..
 - nNumerationMode
 - numeration mode
 
Return Value
Inserted pages and functions which were not placed (with null .Page property)