Share

SurfaceMaskCollection.Swap Method

Swaps the indexs of two specified masks in the mask collection, changing their order.



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

Syntax

C#

public void Swap(
	SurfaceMask mask1,
	SurfaceMask mask2
)

VB

Public Sub Swap ( 
	mask1 As SurfaceMask,
	mask2 As SurfaceMask
)

C++

public:
void Swap(
	SurfaceMask^ mask1, 
	SurfaceMask^ mask2
)

Parameters

mask1  SurfaceMask
 
mask2  SurfaceMask
 

Exceptions

ExceptionCondition
ArgumentException Thrown when mask1 or mask2 is not in the mask collection.

See Also

Reference

Was this information helpful?