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