public StorableObject[] WindowMacro( WindowMacro oMacro, WindowMacro.Enums.RepresentationType nRepType, int nVariant, Page oPage, PointD oPlacement, Insert.MoveKind moveCondition )
public: array<StorableObject^>^ WindowMacro( WindowMacro^ oMacro, WindowMacro.Enums.RepresentationType nRepType, int nVariant, Page^ oPage, PointD oPlacement, Insert.MoveKind moveCondition )
Parameters
- oMacro
- WindowMacro object to be placed.
- nRepType
- RepresentationType of Macro
- 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?
Return Value
Inserted placements