Eplan Platform API
Eplan.EplApi.HEServices Namespace / Reports Class / CreateCopperUnfolds Method
Project
Collection of templates
Replace existing copper unfolds when true
Example

In This Topic
    CreateCopperUnfolds Method
    In This Topic
    Creates copper unfolds report
    Syntax

    Parameters

    oProject
    Project
    colTemplates
    Collection of templates
    bReplaceExisting
    Replace existing copper unfolds when true
    Exceptions
    ExceptionDescription
    If any of parameters is null.
    If any of parameters is invalid.
    Failed to create. Please refer to the error message.
    An internal error occurred during creating. Please refer to the error message.
    Example
    StringCollection oTemplates = new StringCollection();
    oTemplates.Add("1");
    new Reports().CreateCopperUnfolds(m_oProject, oTemplates, true);
    See Also