Swap Method

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.2.3892.0

Syntax

C#

public void Swap(
	SurfaceMask mask1,
	SurfaceMask mask2
)

Visual Basic

Public Sub Swap ( _
	mask1 As SurfaceMask, _
	mask2 As SurfaceMask _
)

Visual C++

public:
void Swap(
	SurfaceMask^ mask1, 
	SurfaceMask^ mask2
)

Exceptions

ExceptionCondition
System.ArgumentException Thrown when mask1 or mask2 is not in the mask collection.

See Also