FamilyManagerDeleteCurrentType Method |
Remove the current family type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void DeleteCurrentType()
Public Sub DeleteCurrentType
public:
void DeleteCurrentType()
member DeleteCurrentType : unit -> unit
Exceptions
RemarksIf successfully removed, the first available type will become the current type,
otherwise an exception with failure information will be thrown.
See Also