Share

CorridorSlopePatternCollection.Remove Method

Removes the given CorridorSlopePattern object.



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

Syntax

C#

public bool Remove(
	CorridorSlopePattern slopePattern
)

VB

Public Function Remove ( 
	slopePattern As CorridorSlopePattern
) As Boolean

C++

public:
bool Remove(
	CorridorSlopePattern^ slopePattern
)

Parameters

slopePattern  CorridorSlopePattern
 

Return Value

Boolean

See Also

Reference

Was this information helpful?