Application.importManager Property
Parent Object:
ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Returns the ImportManager. You use the ImportManager to import files (of various neutral formats.) into existing components or new document.
Syntax
"application_var" is a variable referencing an Application object.
# Get the value of the property. propertyValue = application_var.importManager
|
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>
// Get the value of the property. Ptr<ImportManager> propertyValue = application_var->importManager();
|
Property Value
This is a read only property whose value is an
ImportManager.
Version
Introduced in version September 2015