![]() |
Centroid API 1.0.0
Centroid API for C# and VB.Net
|
Please use the menu bar above to navigate the class hierarchy, or get started with these examples.
This documentation assumes you have intermediate to advanced experience with C# or Visual Basic and are comfortable working directly with class libraries accessed through DLLs. You should understand how to reference external assemblies, call into unmanaged or third-party code, and wrap lower-level APIs in higher-level abstractions for use within your application.
The API discussed here is not network-based; it operates entirely through method calls exposed by a DLL. As such, familiarity with object models, method invocation patterns, and error/return-code handling is important. Readers should also have a basic understanding of concepts such as: