Creates a binary data object.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public static IFCData CreateBinary( string value ) |
| Visual Basic |
|---|
Public Shared Function CreateBinary ( _ value As String _ ) As IFCData |
| Visual C++ |
|---|
public: static IFCData^ CreateBinary( String^ value ) |
Parameters
- value
- Type: System..::..String
The string value.
Return Value
The IFCData object.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |