Swaps the indexs of two specified masks in the mask collection, changing their order.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void Swap( SurfaceMask mask1, SurfaceMask mask2 )
VB
Public Sub Swap ( mask1 As SurfaceMask, mask2 As SurfaceMask )
C++
public: void Swap( SurfaceMask^ mask1, SurfaceMask^ mask2 )
Parameters
- mask1 SurfaceMask
- mask2 SurfaceMask
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when mask1 or mask2 is not in the mask collection. |