Eplan Platform API
Eplan.EplApi.HEServices Namespace / Reports Class / CreateDrillingViews Method
Project
Collection of templates
Replace existing drilling views when true
Example

In This Topic
    CreateDrillingViews Method
    In This Topic
    Creates drilling views report
    Syntax

    Parameters

    oProject
    Project
    colTemplates
    Collection of templates
    bReplaceExisting
    Replace existing drilling views 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().CreateDrillingViews(m_oProject, oTemplates, true);
    See Also