Message 1 of 1
Storage number of objects
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I would like to know how to store the number of objects especially number of panel.
Example :
FEParams=IRobotFeResultParams(app.CmpntFactory.Create(IRobotComponentType.I_CT_FE_RESULT_PARAMS))
FEParams.Layer= IRobotFeLayerType.I_FLT_MIDDLE
FEParams.SetDirX(IRobotObjLocalXDirDefinitionType.I_OLXDDT_UNDEFINED, 1, 0, 0)
FEParams.Panel= X
I would like to store the value X of panel'number before the previous code to call it in this step
Thank you in advance,
Regards
Louis