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