Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / Macro Class / StoreExternalFilesOfCurrentVariant Method

In This Topic
StoreExternalFilesOfCurrentVariant Method
In This Topic
Copies external files into project images directory
Syntax
public void StoreExternalFilesOfCurrentVariant()
Remarks
The method could be necessary for example when inserting macro by windowMacro.Page.CopyTo method. In this case embedded files are skipped if they are not stored in project directory.
See Also