API Help
Eplan.EplApi.HEServices Namespace / Insert Class / SymbolMacro Method / SymbolMacro(SymbolMacro,RepresentationType,Int32,Page,PointD,MoveKind,NumerationMode) Method
SymbolMacro object to be placed.
Representation Type of Macro. If Value is Default, then the Representation Type will be taken from oPage
Index of the macro variant to be placed (0 based).
Page on which to place the macro.
Position on which to place he macro.
Should the will the macro be placed with absolute coordinates or relatively to its original position?
numeration mode

In This Topic
    SymbolMacro(SymbolMacro,RepresentationType,Int32,Page,PointD,MoveKind,NumerationMode) Method
    In This Topic
    Places a symbol macro onto a given position of a page. You can set whether absolute coordinates or coordinates relative to its original position on the page should be used.
    Syntax

    Parameters

    oMacro
    SymbolMacro object to be placed.
    nRepType
    Representation Type of Macro. If Value is Default, then the Representation Type will be taken from oPage
    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
    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.
    See Also