public StorableObject[] PageMacro( PageMacro oMacro, Page oInsertAfterPage, Project oProject, bool overwrite )
public: array<StorableObject^>^ PageMacro( PageMacro^ oMacro, Page^ oInsertAfterPage, Project^ oProject, bool overwrite )
Parameters
- oMacro
- PageMacro object to be inserted.
- oInsertAfterPage
- Page after which the macro will be inserted. Some structure identifiers will be taken from the Parent Node of this page. If you transfer NULL for oInsertAfterPage, then the structure identifiers will be taken from the macro.
- oProject
- Project into which the macro will be inserted.
- overwrite
- Pages with the same designation will be overwritten.
Return Value
Inserted pages and functions which were not placed (with null .Page property)