SOLVED!
Is there any way to get data from Energy Evaluation Module?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-02-14
08:21 AM
- last edited on
‎2023-07-12
05:49 PM
by
Doreena Deng
‎2018-02-14
08:21 AM
I want to get data from Operation Profile that the user enter to do some calculation in my addon, is there any way to do that?
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-03-06 05:03 PM
‎2018-03-06
05:03 PM
Hi,
you can get Operation Profile's values using the ACAPI_Attribute_Get method, when you set the attributes header.typeID as API_OperationProfileID.
Have you seen the API_OperationProfileType in the doc? Do you need something which cannot be found?
you can get Operation Profile's values using the ACAPI_Attribute_Get method, when you set the attributes header.typeID as API_OperationProfileID.
Have you seen the API_OperationProfileType in the doc? Do you need something which cannot be found?
2 REPLIES 2
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-03-06 05:03 PM
‎2018-03-06
05:03 PM
Hi,
you can get Operation Profile's values using the ACAPI_Attribute_Get method, when you set the attributes header.typeID as API_OperationProfileID.
Have you seen the API_OperationProfileType in the doc? Do you need something which cannot be found?
you can get Operation Profile's values using the ACAPI_Attribute_Get method, when you set the attributes header.typeID as API_OperationProfileID.
Have you seen the API_OperationProfileType in the doc? Do you need something which cannot be found?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-03-16 04:49 AM
‎2018-03-16
04:49 AM
MOREH wrote:It is ok, thanks a lot
Hi,
you can get Operation Profile's values using the ACAPI_Attribute_Get method, when you set the attributes header.typeID as API_OperationProfileID.
Have you seen the API_OperationProfileType in the doc? Do you need something which cannot be found?
