Moves the specfied mask to its next position in the mask collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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 ) |
Parameters
Remarks
The next mask will be moved to the position of mask.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when mask is not in the mask collection. |
| System..::..InvalidOperationException | Thrown when mask is the last item in the mask collection. |