[C# Connect] Extracting the values of features

I use code:

FeatureMgr myFeatureManager;
CmdMgr myCmdMgr;
String str;

myCmdMgr = myUstation.CreateObjectInMicroStation("xft.CmdMgr");
myFeatureManager = myUstation.CreateObjectInMicroStation("xft.FeatureMgr");
str = myCmdMgr.CurrentMethodGroupName.ToString();

How to extracting the feature value?

There is none in FeatureMgr and CmdMgr.

Regards.