OffsetAssemblyCollectionRemove(String) Method |
Removes the OffsetAssembly with the given name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
string offsetAssemblyName
)
Public Function Remove (
offsetAssemblyName As String
) As Boolean
public:
bool Remove(
String^ offsetAssemblyName
)
Parameters
- offsetAssemblyName String
- Specifies the name of OffsetAssembly.
Return Value
Boolean
See Also