RegisterInterface Method


Ext Elem Change Beam Section Registry Register Interface Method

Registers a IExtElemChangeBeamSection

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static void RegisterInterface(
	IExtElemChangeBeamSection provider
)

Parameters

provider IExtElemChangeBeamSection
IExtElemChangeBeamSection to be registered.
Exceptions
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