PathEngine home previous: Using PathEngine with Other Languagesnext: Project Setup
Contents, Programmers Guide, Using PathEngine with Other Languages, Microsoft CLR

Microsoft CLR

PathEngine includes a set of interface classes written in C++/CLI that enable you to call into the SDK, from languages based on the Microsoft Common Language Runtime (such as Visual Basic and C Sharp).

All of the SDK runtime functionality provided by iPathEngine, iContentProcessing3D, and objects obtained through these interfaces, is now supported by this mechanism, without exception (including SDK callbacks).

Example code for calling into PathEngine through this mapping is provided in both C# and Visual Basic.

Contents

Project Setup
Naming Conventions
Class Types
Parameter Type Mappings
Running the Examples

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Project Setup