ExtElemChangeBeamSectionRegistry.RegisterInterface Method

Registers a IExtElemChangeBeamSection


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static void RegisterInterface(
	IExtElemChangeBeamSection provider
)

Parameters

provider  IExtElemChangeBeamSection
IExtElemChangeBeamSection to be registered.

Exceptions

ExceptionCondition
ArgumentException The provider object is not valid.
ArgumentNullException A non-optional argument was null
InvalidOperationException There is already registered Connections Provider.

See Also

Reference

ExtElemChangeBeamSectionRegistry Class
Autodesk.Revit.DB.Structure Namespace