Installs the import method for the Attribute Manager
GSErrCode ACAPI_Install_AttrManagerImportMethod ( const GS::UniString& fileExtension, ImportAttrProc* importProc );
Parameters
- fileExtension
- The unique file extension which identifies the new import format.
- importProc
- Callback function, called when import a file with the registered extension.
Return Values
NoError
- The function has completed with success.
For other common API errors see the API Errors document.
Remarks
This function installs the callback function for the new attribute import format. The Attribute Manager will call the registered function, during the import command.
Example
Refer to the Attribute Test example project of the API Development Kit.
Requirements
- Version: API 26 or later
- Header: ACAPinc.h
See Also
ImportAttrProc
ACAPI_Register_AttributeImportFormat
API Functions