RVTDocs.com

ExtElemChangeBeamSectionRegistry.RegisterInterface

Method
Description:
Registers a IExtElemChangeBeamSection
Syntax
public static void RegisterInterface(
	IExtElemChangeBeamSection provider
)
Parameters
Parameter Type Description
provider IExtElemChangeBeamSection IExtElemChangeBeamSection to be registered.
Return Value
Exceptions
Exception Condition
ArgumentException The provider object is not valid.
ArgumentNullException A non-optional argument was null
InvalidOperationException There is already registered Connections Provider.