ValueAtPoint(IListDouble) Constructor |
Creates object from an array of values
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ValueAtPoint(
IList<double> values
)
Public Sub New (
values As IList(Of Double)
)
public:
ValueAtPoint(
IList<double>^ values
)
new :
values : IList<float> -> ValueAtPoint
Parameters
- values IListDouble
-
Array of values, each corresponding to "measurement"
Exceptions
See Also