CorridorSlopePatternCollectionRemoveAt Method |
Removes CorridorSlopePattern object with the given index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool RemoveAt(
int index
)
Public Function RemoveAt (
index As Integer
) As Boolean
public:
bool RemoveAt(
int index
)
Parameters
- index Int32
-
Return Value
Boolean
See Also