Get the indicator variable of a constraint. 
 
 
Namespace:  
BCL
 
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
  Syntax
Syntax
 
 
  
  
   
   
    public XPRBvar getIndVar()
    
   
    Public Function getIndVar As XPRBvar
    
   
  
 Return Value
Type: 
 
XPRBvar
 A variable of type XPRBvar, the validity of which can be checked using XPRBvar.isValid().
 
  See Also
See Also