PathEngine home previous: Class Typesnext: Running the Examples
Contents, Programmers Guide, Using PathEngine with Other Languages, Microsoft CLR, Parameter Type Mappings

Parameter Type Mappings

Parameter types in the C++ interface map to equivalent CLR types, with the PathEngine int32_t typedef mapping to the CLR int type, for example. Array passing in the C++ interface, which is complicated by the need to avoid passing container objects in and out of the API, is simplified by passing CLR array types directly.

The exact CLR mappings for each API method can be found in the API reference section.


Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Running the Examples