EbsOpen Class Library for EBSILON®Professional

Variable.SetArrayBounds Method 

[Visual Basic]
Public Function SetArrayBounds( _ 
   ByVal IndexMinimal As Integer, _ 
   ByVal IndexMaximal As Integer _ 
) As Boolean
[C#]
public bool SetArrayBounds(
   int IndexMinimal,
   int IndexMaximal
);
[C++]
public: bool SetArrayBounds(
   int IndexMinimal,
   int IndexMaximal
);
[JScript]
public function SetArrayBounds(
   int IndexMinimal,
   int IndexMaximal
): bool;

Remarks

set the minimal and maximal array index - the variable will be automatically be an array

See Also

Variable Class | EbsOpen Namespace