GetOwnerHistoryHandle Method


Gets the handle to the IfcOwnerHistory for the file.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 17.0.0.0 (17.0.484.0)
Since: 2012

Syntax

C#
[ObsoleteAttribute("This method is obsolete in Revit 2017. Please use ExporterCacheManager.OwnerHistoryHandle instead.")]
public IFCAnyHandle GetOwnerHistoryHandle()
Visual Basic
<ObsoleteAttribute("This method is obsolete in Revit 2017. Please use ExporterCacheManager.OwnerHistoryHandle instead.")> _
Public Function GetOwnerHistoryHandle As IFCAnyHandle
Visual C++
[ObsoleteAttribute(L"This method is obsolete in Revit 2017. Please use ExporterCacheManager.OwnerHistoryHandle instead.")]
public:
IFCAnyHandle^ GetOwnerHistoryHandle()

Return Value

The handle to the IfcOwnerHistory for the file.

Remarks

IfcOwnerHistory defines all history and identification related information. In order to provide fast access it is directly attached to all independent objects, relationships and properties. IfcOwnerHistory is used to identify the creating and owning application and user for the associated object, as well as capture the last modifying application and user. Currently in Revit export to IFC, there is one owner history for the entire file with some default (for the file) values.

See Also