Revit 2026 API
Asset |
Get the value of the property.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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