Share

SurfaceMaskCollection.MoveUp Method

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



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

Syntax

C#

public void MoveUp(
	SurfaceMask mask
)

VB

Public Sub MoveUp ( 
	mask As SurfaceMask
)

C++

public:
void MoveUp(
	SurfaceMask^ mask
)

Parameters

mask  SurfaceMask
 

Exceptions

ExceptionCondition
ArgumentException Thrown when mask is not in the mask collection.
InvalidOperationException Thrown when mask is the first item in the mask collection.

Remarks

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

See Also

Reference

Was this information helpful?