Remove a part family referenced by unique description from this parts list.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void RemovePartFamily(
string description
) |
Visual Basic |
---|
Public Sub RemovePartFamily ( _
description As String _
) |
Visual C++ |
---|
public:
void RemovePartFamily(
String^ description
) |
Parameters
- description
- Type: System..::..String
Specifies the description of the part family to delete
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when you want to remove the NULL structure part family
|
See Also