Moves the specfied mask to its previous position in the mask collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void MoveUp( SurfaceMask mask )
Visual Basic
Public Sub MoveUp ( _ mask As SurfaceMask _ )
Visual C++
public: void MoveUp( SurfaceMask^ mask )
Parameters
Remarks
The previous 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 first item in the mask collection. |