SurfaceMaskCollectionRemove Method

Removes the specified mask from the mask collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Remove(
	SurfaceMask mask
)

Parameters

mask  SurfaceMask
 
Exceptions
ExceptionCondition
ArgumentException Thrown when specified mask is not in the mask collection.
See Also