ExporterIFCUtils.CreateProjectLevelGUID
Method
Description:
Creates a GUID from Revit project for given GUIDType.
Creates a GUID from Revit project for given GUIDType.
Syntax
public static string CreateProjectLevelGUID(
Document document,
IFCProjectLevelGUIDType guidType
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
guidType | IFCProjectLevelGUIDType | The GUID type. |
Return Value
Type | Description |
---|---|
String | The guid string. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |