Moves the specfied mask to its next position in the mask collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void MoveDown(
	SurfaceMask mask
)
Visual Basic
Public Sub MoveDown ( _
	mask As SurfaceMask _
)
Visual C++
public:
void MoveDown(
	SurfaceMask^ mask
)

Remarks

The next mask will be moved to the position of mask.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when mask is not in the mask collection.
System..::..InvalidOperationException Thrown when mask is the last item in the mask collection.

See Also