Eplan Platform API
Eplan.EplApi.DataModel Namespace / DocumentTypeManager Class / GetFctDocTypesToMerge Method

In This Topic
    GetFctDocTypesToMerge Method
    In This Topic
    Returns those page document types, for which a function placed on this page should be considered while merging. I.e. if the function is placed on graphical page, it makes no sense / is incorrect to collect such function.
    Syntax
    public static DocumentTypeManager.DocumentType[] GetFctDocTypesToMerge()
    public:
    static array<DocumentTypeManager.DocumentType>^ GetFctDocTypesToMerge(); 
    See Also