Get the parameter value as a string with units.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string AsValueString(
Document doc,
FormatOptions options
)
Parameters
- doc Document
-
The document to be used to obtain information about the parameter.
- options FormatOptions
-
Options for formatting the string.
Return Value
String
The string that represents the parameter value.
Exceptions
See Also
Reference