Eplan Platform API
Eplan.EplApi.HEServices Namespace / Insert Class / SymbolMacro Method / SymbolMacro(String,Int32,Page,PointD,MoveKind,NumerationMode) Method
Full file name of the SymbolMacro file (.ems) to be placed.
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(String,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

    Parameter NameDescription
    strEMSFileNameFull file name of the SymbolMacro file (.ems) to be placed.
    nVariantIndex of the macro variant to be placed (0 based).
    oPagePage on which to place the macro.
    oPlacementPosition on which to place he macro.
    moveConditionShould the will the macro be placed with absolute coordinates or relatively to its original position?
    nNumerationModenumeration mode

    Return Value

    Inserted placements
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    Thrown if NULL was assigned to a parameter.
    An error occurred during inserting the macro. Please refer to the error message.
    See Also