FMX.Import.IModelImporter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IModelImporter = interface

C++

__interface  INTERFACE_UUID("{DBEB065D-3BE7-4289-8F24-9CD128902366}") IModelImporter  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Import.pas
FMX.Import.hpp
FMX.Import FMX.Import

Description

The interface for model importers.

Implement this interface if you want to define your own model importer class.

See Also