CodeCollectionRemove Method |
Remove the code from collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
string code
)
Public Function Remove (
code As String
) As Boolean
public:
bool Remove(
String^ code
)
Parameters
- code String
-
Name of the Corridor code.
Return Value
Boolean
True if the operation is successful, otherwise false.
See Also