Revit 2025.3 API
String |
Value constructor
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public StringParameterValue( string value )
Public Sub New ( value As String )
public: StringParameterValue( String^ value )
new : value : string -> StringParameterValue
Parameters
- value String
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also