Share

ExporterIFCUtils.CreateProjectLevelGUID Method

Creates a GUID from Revit project for given GUIDType.


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

Syntax

C#

public static string CreateProjectLevelGUID(
	Document document,
	IFCProjectLevelGUIDType guidType
)

Parameters

document  Document
The document.
guidType  IFCProjectLevelGUIDType
The GUID type.

Return Value

String
The guid string.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?