cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use Flexible API to determine if a FEATURE supports BORROW

How to use Flexible API to determine if a FEATURE supports BORROW

The variable maxborrowhours in structure 

Borrow_maxhours.PNG

LM_VD_FEATURE_INFO will update the useful information. It updates about how long the feature can be borrowed. The variable only gets populated for borrowed features. 

Variable maxborrowhours is directly linked to BORROW keyword in the FEATURE line. The variable will only be populated if BORROW keyword has been mentioned in the FEATURE line for that feature. Otherwise, the value will be 0. For exp: -

  • (With BORROW) For INCREMENT line : FEATURE f1 flexera 1.0 permanent 4 BORROW SIGN= the value of maxborrowhours will be 168, for feature f1 .
  • (Without BORROW) For INCREMENT line : FEATURE f1 flexera 1.0 permanent 4 SIGN= the value of maxborrowhours will be 0, for feature f1 .
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Mar 03, 2022 01:12 AM
Updated by:
Contributors