SurfaceMaskCollectionMoveDown Method |
Moves the specfied mask to its next position in the mask collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void MoveDown(
SurfaceMask mask
)
Public Sub MoveDown (
mask As SurfaceMask
)
public:
void MoveDown(
SurfaceMask^ mask
)
Parameters
- mask SurfaceMask
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when mask is not in the mask collection.
|
InvalidOperationException |
Thrown when mask is the last item in the mask collection.
|
Remarks
The next mask will be moved to the position of mask.
See Also