Contents, API Reference, Interfaces, iContentProcessing3D, getInterfaceMajorVersion
iContentProcessing3D::getInterfaceMajorVersion()
Description
Returns the major version number for the code supporting this interface.
Syntax
int32_t getInterfaceMajorVersion() const; |
Return Value
The major version number for the code behind this interface.
Remarks
This function should be used together with iContentProcessing3D::getInterfaceMinorVersion(),
immediately after an interface is obtained,
to check that the headers used for compilation are compatible with the code behind the interface.
See Interface Version Numbers for details about the versioning system
used in the PathEngine SDK.
See Also
iContentProcessing3D::getVersionAttributes(),
iContentProcessing3D::getInterfaceMinorVersion()
C# Mapping
int getInterfaceMajorVersion(); |
Java Mapping
int getInterfaceMajorVersion();
|