Share

CorridorSurfaceMaskCollection.Remove(CorridorSurfaceMask) Method

Removes the given CorridorSurfaceMask object.



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

Syntax

C#

public bool Remove(
	CorridorSurfaceMask mask
)

VB

Public Function Remove ( 
	mask As CorridorSurfaceMask
) As Boolean

C++

public:
bool Remove(
	CorridorSurfaceMask^ mask
)

Parameters

mask  CorridorSurfaceMask
 

Return Value

Boolean

See Also

Reference

Was this information helpful?