How to Find the yFiles.NET Documentation

Questions & Answers

Summary

Finding and using the yFiles.NET documentation and source code demos.

This article was written for an older version. It is only online as a reference for customers using this old version. The information it contains is probably out of date.

The latest information can be found in the yFiles documentation

Description

The yFiles.NET (evaluation) package contains the following documentation as Visual Studio integrated help items:

  • yFiles.NET Class Reference
  • yFiles.NET Developer's Guide
  • yFiles.NET Demos

The Class Reference gives an overview on the yFiles.NET API and enables convenient navigation to all classes and interfaces and their methods and properties. The Developer's Guide presents the concepts of the yFiles.NET library and explains how to use the API's functionality. Lastly, the Demos are a collection of C# source code examples which are also available as readily usable Visual Studio projects.

Provided that the standard installation for the yFiles.NET (evaluation) package has been used (i.e., the documentation has not been excluded in the first place), these items are available in Visual Studio when the help contents are opened using the Help >> Contents menu entry.

When working with Visual Studio Express, after opening the help contents as described above, the 'yFiles.NET' help namespace needs to be chosen in the "Filtered by" drop-down list in order to see the yFiles.NET documentation items.

All of the above items (and even more) can also be seen as entries in the Windows Start Menu for the yFiles.NET installation:

Installed links in the Windows Start Menu

The aforementioned C# projects are located in the 'demos' directory in the yfiles.NET installation directory. Also in the 'demos' directory is a Visual Studio solution file that contains all projects. This solution file is also accessible from the Start Menu.

Categories this article belongs to:
yFiles.NET
Applies to:
yFiles.NET: 3.0, 3.1
Keywords:
documentation - C# - source - code - solution - project - demo - demos - Visual - Studio - Express - Start - Menu