0003513: There is no check for boundary of array in method Set for array attributes
[occt.git] / src / TDataStd / TDataStd_BooleanArray.cdl
index fe9a08c..c520a70 100755 (executable)
@@ -58,6 +58,7 @@ is
              index :Integer from Standard; 
              value : Boolean from Standard);
     ---Purpose: Sets the <Index>th element of the array to <Value>
+    -- OutOfRange exception is raised if <Index> doesn't respect Lower and Upper bounds of the internal  array.
 
     Value (me; 
           Index : Integer from Standard)