SetProject Method


Sets the global IfcProject object.

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

Syntax

C#
[ObsoleteAttribute("This function is deprecated.  This can now be obtained directly from the implementation of the Revit IFC open source.")]
public void SetProject(
	IFCAnyHandle proj
)
Visual Basic
<ObsoleteAttribute("This function is deprecated.  This can now be obtained directly from the implementation of the Revit IFC open source.")> _
Public Sub SetProject ( _
	proj As IFCAnyHandle _
)
Visual C++
[ObsoleteAttribute(L"This function is deprecated.  This can now be obtained directly from the implementation of the Revit IFC open source.")]
public:
void SetProject(
	IFCAnyHandle^ proj
)

Parameters

proj
Type: Autodesk.Revit.DB.IFC IFCAnyHandle
The IfcProject handle.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

See Also