public StorableObject[] SymbolMacro( string strEMSFileName, int nVariant, Page oPage, PointD oPlacement, Insert.MoveKind moveCondition, WindowMacro.Enums.NumerationMode nNumerationMode )
public: array<StorableObject^>^ SymbolMacro( String^ strEMSFileName, int nVariant, Page^ oPage, PointD oPlacement, Insert.MoveKind moveCondition, WindowMacro.Enums.NumerationMode nNumerationMode )
Parameters
- strEMSFileName
- Full file name of the SymbolMacro file (.ems) to be placed.
- nVariant
- Index of the macro variant to be placed (0 based).
- oPage
- Page on which to place the macro.
- oPlacement
- Position on which to place he macro.
- moveCondition
- Should the will the macro be placed with absolute coordinates or relatively to its original position?
- nNumerationMode
- numeration mode
Return Value
Inserted placements