Get the indicator type of a constraint. 
 
 
Namespace:  
BCL
 
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.13.0
  Syntax
Syntax
 
 
  
  
   
   
    public int getIndicator()
    
   
    Public Function getIndicator As Integer
    
   
  
 Return Value
Type: 
 
Int32
 The constraint type: 
 
  - -1 - Indicator constraint with condition b=0.
- 0 - Ordinary constraint.
- 1 - Indicator constraint with condition b=1.
 
  See Also
See Also