SurfaceMaskCollectionSwap 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.8.0.292
Syntax
public void Swap(
	SurfaceMask mask1,
	SurfaceMask mask2
)

Parameters

mask1  SurfaceMask
 
mask2  SurfaceMask
 
Exceptions
ExceptionCondition
ArgumentException Thrown when mask1 or mask2 is not in the mask collection.
See Also