API Help
Eplan.EplApi.HEServices Namespace / Insert3D Class / WindowMacro Method / WindowMacro(WindowMacro,Int32,Mate,MoveKind,NumerationMode) Method
Opened macro object.
Index of the macro variant to be placed (0 based).
target mate
Determines if the macro will be placed with absolute coordinates or relatively to its original position.
Numeration mode used during inserting objects.

In This Topic
    WindowMacro(WindowMacro,Int32,Mate,MoveKind,NumerationMode) Method
    In This Topic
    Places objects from window macro into layout space.
    Syntax

    Parameters

    oMacro
    Opened macro object.
    nVariant
    Index of the macro variant to be placed (0 based).
    oTargetMate
    target mate
    nMoveCondition
    Determines if the macro will be placed with absolute coordinates or relatively to its original position.
    nNumerationMode
    Numeration mode used during inserting objects.

    Return Value

    Inserted placements.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    Null was set to a parameter.
    An error occurred during inserting the macro. Please refer to the error message.
    Remarks
    Method places items according to macro's handle and a target mate, similarly as in GUI.
    See Also