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
See Also