Revit 2025.3 API
Ext |
Registers a IExtElemChangeBeamSection
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static void RegisterInterface( IExtElemChangeBeamSection provider )
Public Shared Sub RegisterInterface ( provider As IExtElemChangeBeamSection )
public: static void RegisterInterface( IExtElemChangeBeamSection^ provider )
static member RegisterInterface : provider : IExtElemChangeBeamSection -> unit
Parameters
- provider IExtElemChangeBeamSection
- IExtElemChangeBeamSection to be registered.
| Exception | Condition |
|---|---|
| ArgumentException | The provider object is not valid. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | There is already registered Connections Provider. |
See Also