EbsOpen Class Library for EBSILON®Professional

UserCharlineTypes.Swap Method 

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

Remarks

swaps the items with the given indices

See Also

UserCharlineTypes Class | EbsOpen Namespace