public void Create( string macroFileName, Page[] pPages, MultiLangString strDescription )
public: void Create( String^ macroFileName, array<Page^>^ pPages, MultiLangString^ strDescription )
Parameters
| Parameter Name | Description |
|---|---|
| macroFileName | The name (inclusive path) for the macro file. Parameter value must include valid extension (otherwise an exception is thrown). |
| pPages | The pages the macro should contain |
| strDescription | The description for this macro file or null when no description should be set. |