AddValueOfType Method


Adds an ifc object with primitive type of aggregate's item type to the aggregate.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2023

Syntax

C#
public void AddValueOfType(
	string typeName
)
Visual Basic
Public Sub AddValueOfType ( _
	typeName As String _
)
Visual C++
public:
void AddValueOfType(
	String^ typeName
)

Parameters

typeName
Type: SystemString
The type name.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null
Autodesk.Revit.ExceptionsInvalidOperationException The aggregate is not valid.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →