PartsListRemovePartFamily(ObjectId) Method |
Remove a part family referenced by its object id from this parts list
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemovePartFamily(
ObjectId partFamilyId
)
Public Sub RemovePartFamily (
partFamilyId As ObjectId
)
public:
void RemovePartFamily(
ObjectId partFamilyId
)
Parameters
- partFamilyId ObjectId
- Specifies the object id of the part family to delete
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when you want to remove the NULL structure part family
|
See Also