Hello all,
How can I get the name of the attribute type from database by ID or by API?
For example:
FUNCTION(Constant.OT_FUNC) = "Function", FUNCTION(Constant.OT_EVT) = "Event".
Thanks!
Hello all,
How can I get the name of the attribute type from database by ID or by API?
For example:
FUNCTION(Constant.OT_FUNC) = "Function", FUNCTION(Constant.OT_EVT) = "Event".
Thanks!
Ilya Seletkov on
Hello.
var oMM = ArisData.ActiveFilter();
var sName = oMM.ObjTypeName (Constants.OT_FUNC);