Author Topic: Get Enum Description  (Read 1861 times)

Offline berrysthyaga

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Get Enum Description
« on: November 03, 2017, 12:45:21 PM »
how to get the short description of the enum Name/values of the Enumeration objects?
Eg,

In CfgDNType, one of the enumerator value is CFGACDPosition(Mnemonic name), which has the short description of (ACD Position), checked in documentation

I would like to get the short description using the name. Plz help.