Revit 2025.3 API
IFCDataSet |
Sets the corresponding IFC type by its name.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetSimpleType( string typeName )
Public Sub SetSimpleType ( typeName As String )
public: void SetSimpleType( String^ typeName )
member SetSimpleType : typeName : string -> unit
Parameters
- typeName String
- The name of the type.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also