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

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

Syntax

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

Remarks

The previous 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 first item in the mask collection.

See Also