Creates a string data object of the specified type.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCData CreateStringOfType(
string value,
string typeName
)
Parameters
- value String
-
The string value.
- typeName String
-
The type name.
Return Value
IFCData
The IFCData object.
Exceptions
See Also
Reference