Get the value of the property.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

C#
public IList<float> GetValue()
Visual Basic
Public Function GetValue As IList(Of Single)
Visual C++
public:
IList<float>^ GetValue()

See Also