Graphisoft®

GX ModuleVersion: 16

GetGroupID

Gives the Graphisoft filetype manager group ID of the images handled by this module.

GSErrCode GetGroupID (
        FTM::GroupID*  groupId
);

Parameters

groupId
The group ID of the images.

Return Values

If the function succeeds, the return value is NoError. If the function fails, the return value is the error code.

Remarks

There is a file type manager supporting the handling and grouping of various file types. There is a group in it which contains all the file types which can be read or write with this module. You can get this group ID and then you can use it in various file type manager functions.

Requirements

Version:
GX
Header:
GXImageBase.hpp
Import Library:
GXImageBase.lib
Module:
GXImageBase.dll [WIN], GXImageBase.framework [MAC]

See Also

GXImageBase