Share

Parameter.AsValueString(FormatOptions) Method

Get the parameter value as a string with units.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public string AsValueString(
	FormatOptions formatOptions
)

Parameters

formatOptions  FormatOptions
Options for formatting the string.

Return Value

String
The string that represents the parameter value.

See Also

Reference

Was this information helpful?