| Revit 2022.1 API |
| AssetPropertyFloatArray..::..GetValue Method |
| AssetPropertyFloatArray Class See Also |
Get the value of the property.
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public IList<float> GetValue() |
| Visual Basic |
|---|
Public Function GetValue As IList(Of Single) |
| Visual C++ |
|---|
public: IList<float>^ GetValue() |