ExporterIFCUtilsSetGlobal2DOriginHandle Method |
Note: This API is now obsolete.
Sets the handle representing the 2D origin.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax[ObsoleteAttribute("This function is deprecated in Revit 2027. Handles are new created as needed.")]
public static void SetGlobal2DOriginHandle(
IFCAnyHandle origin
)<ObsoleteAttribute("This function is deprecated in Revit 2027. Handles are new created as needed.")>
Public Shared Sub SetGlobal2DOriginHandle (
origin As IFCAnyHandle
)public:
[ObsoleteAttribute(L"This function is deprecated in Revit 2027. Handles are new created as needed.")]
static void SetGlobal2DOriginHandle(
IFCAnyHandle^ origin
)
[<ObsoleteAttribute("This function is deprecated in Revit 2027. Handles are new created as needed.")>]
static member SetGlobal2DOriginHandle :
origin : IFCAnyHandle -> unit Parameters
- origin IFCAnyHandle
-
The origin handle.
Exceptions
See Also