AssetPropertyFloatArrayGetValue Method |
Get the value of the property.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<float> GetValue()
Public Function GetValue As IList(Of Single)
public:
IList<float>^ GetValue()
member GetValue : unit -> IList<float32>
Return Value
IListSingle
See Also