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

AVEVA™ E3D Design

PML Callable Class Picker

  • Last UpdatedSep 23, 2022
  • 1 minute read

The Class Picker form can be called from PML and the selected class then accessed, for example to process some reclassification requests.

import 'Aveva.CoreExt.ClassPicker'

using namespace 'Aveva.CoreExt.ClassPicker'

!classPicker = object PMLClassPicker()

!classPicker.Show()

!selectedClassUri = !classPicker.SelectedClassUri()

!selectedClassName = !classPicker.SelectedClassName()

TitleResults for “How to create a CRG?”Also Available in