Share

ExporterIFCUtils.SetGlobal3DOriginHandle Method

Note: This API is now obsolete.

Sets the handle representing the 3D origin.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

[ObsoleteAttribute("This function is deprecated in Revit 2027.  Handles are new created as needed.")]
public static void SetGlobal3DOriginHandle(
	IFCAnyHandle origin
)

Parameters

origin  IFCAnyHandle
The origin handle.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?