Revit 2025.3 API
Field |
Initializes a new instance of the FieldValues class
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public FieldValues( IList<VectorAtPoint> vectorAtPoint )
Public Sub New ( vectorAtPoint As IList(Of VectorAtPoint) )
public: FieldValues( IList<VectorAtPoint^>^ vectorAtPoint )
new : vectorAtPoint : IList<VectorAtPoint> -> FieldValues
Parameters
- vectorAtPoint IListVectorAtPoint
See Also