Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

OMI SDK

Navigation SDK

Navigation in an AVEVA OMI Project (Galaxy) lets you leverage the existing asset model and existing Graphic Toolbox (GTB) folder structure, or build a custom hierarchy of run-time behaviors. These behaviors allow the run-time user to perform various actions to show content, browse information, etc. The Navigation SDK is designed to allow you to build a visible control, such as the NavTreeControl, that shows either your custom build hierarchy or existing hierarchies in the Galaxy. The Navigation SDK is delivered as ArchestrA.Client.Navigation.dll, which is installed with the remainder of the AVEVA OMI assemblies as part of the ArchestrA IDE installation.

The main functional element of the Navigation SDK is a .NET assembly that lets you retrieve the underlying navigation model and NavigationItems to provide an easy way to access the navigation hierarchies in your ArchestrA apps.

The Navigation SDK exposes the following classes:

  • NavigationModel
  • NavigationItem
  • NavigationException

The namespace for these classes is:

  • ArchestrA.Client.Navigation

The assembly name is:

  • ArchestrA.Client.Navigation.DLL