PartsListRemovePartFamily(String) Method |
Remove a part family referenced by unique description from this parts list.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void RemovePartFamily(
string description
)
Public Sub RemovePartFamily (
description As String
)
public:
void RemovePartFamily(
String^ description
)
Parameters
- description String
- Specifies the description of the part family to delete
Exceptions
See Also