| Revit 2017 API |
| FieldValues Constructor (IList<(Of <(<'ValueAtPoint>)>)>) |
| FieldValues Class See Also |
Creates object from an array of domain point values
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2011
Syntax
| C# |
|---|
public FieldValues( IList<ValueAtPoint> valueAtPoint ) |
| Visual Basic |
|---|
Public Sub New ( _ valueAtPoint As IList(Of ValueAtPoint) _ ) |
| Visual C++ |
|---|
public: FieldValues( IList<ValueAtPoint^>^ valueAtPoint ) |
Parameters
- valueAtPoint
- Type: System.Collections.Generic..::..IList<(Of <(<'ValueAtPoint>)>)>
Array of values, each corresponding to a domain point
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | valueAtPoint array contains members with different numbers of measurements |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |