Open Search
    DocumentImported Struct Reference

    #include <c4d_baselist.h>

    Detailed Description

    Message struct for the MSG_MULTI_DOCUMENTIMPORTED message.

    Public Member Functions

     DocumentImported ()
     

    Public Attributes

    BaseDocumentdoc
     
    Int32 c4dversion
     
    Int32 fileformat
     
    Bool gui_allowed
     

    Constructor & Destructor Documentation

    ◆ DocumentImported()

    Default constructor.

    Member Data Documentation

    ◆ doc

    The imported document. Cinema 4D owns the pointed document.

    ◆ c4dversion

    Int32 c4dversion

    The version of the imported document.

    ◆ fileformat

    Int32 fileformat

    The file format: (Set for load, merge and before/after save only. Otherwise NOTOK.) FORMAT_FILES.

    ◆ gui_allowed

    Bool gui_allowed

    true if a GUI (dialog) is allowed.
    NET for instance sets it to false, in which case no dialogs should be shown. For example if a Morph/XRef is not found it will inform the user; under NET this dialog should not display.