AVEVA OMI Software Developer Kit
ViewApp SDK

The ViewApp SDK is the core SDK assembly. It exposes the ViewApp assembly (ArchestrA.Client.ViewApp.dll) and lets you access AVEVA OMI ViewApp features, such as displaying content and activating slide-in panes. It also contains the language namespace, and provides access to language attributes that can allow users to localize a running ViewApp. Localizing a ViewApp can include changing the language as well as how other settings, such as numerical formats and time/date are rendered.

The ViewApp SDK provides access to the following content-rendering features:

  • ShowContent
  • ShowLayout
  • ActivateSlideInPane

The ViewApp SDK also provides access to the following language features:

  • CurrentLanguage
  • CurrentLCID
  • CurrentCultureInfo
  • Languages
  • Lcids
See Also