Remove Method

Removes the given CorridorSlopePattern object.

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

Syntax

C#

public bool Remove(
	CorridorSlopePattern slopePattern
)

Visual Basic

Public Function Remove ( _
	slopePattern As CorridorSlopePattern _
) As Boolean

Visual C++

public:
bool Remove(
	CorridorSlopePattern^ slopePattern
)

See Also