GetAsBoolean Method
  Get the element associated to the given index (set of booleans). Throws an exception if this is not a set of booleans. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
    C#
   
  public virtual bool GetAsBoolean( int index )
Parameters
- index
 - 
   Type: 
   SystemInt32
   
Index into set 
Return Value
Type: BooleanElement associated to the given index
