Share

EvaluatedParameter.AsValueString(Document) Method

Get the parameter value as a string with units.


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

Syntax

C#

public string AsValueString(
	Document doc
)

Parameters

doc  Document
The document to be used to obtain information about the parameter.

Return Value

String
The string that represents the parameter value.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?