IFCDataAsString Method

Gets storage value as string when its PrimitiveType is string, binary or enumeration.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string AsString()

Return Value

String
The string value.
Exceptions
ExceptionCondition
InapplicableDataException The primitive type is not string, binary or enumeration.
See Also