Revit 2026 API
Field |
Initializes a new instance of the FieldValues class
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FieldValues( IList<ValueAtPoint> valueAtPoint, XYZ unitDirection )
Public Sub New ( valueAtPoint As IList(Of ValueAtPoint), unitDirection As XYZ )
public: FieldValues( IList<ValueAtPoint^>^ valueAtPoint, XYZ^ unitDirection )
new : valueAtPoint : IList<ValueAtPoint> * unitDirection : XYZ -> FieldValues
Parameters
- valueAtPoint IListValueAtPoint
- unitDirection XYZ
See Also