Revit 2025 API
Asset |
Get the value of the property.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<float> GetValue()
Public Function GetValue As IList(Of Single)
public: IList<float>^ GetValue()
member GetValue : unit -> IList<float32>
Return Value
IListSingleSee Also