IFCDataSetSimpleType Method

Sets the corresponding IFC type by its name.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetSimpleType(
	string typeName
)

Parameters

typeName  String
The name of the type.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also