Creates object from an array of domain point vectors 
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2012 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- vectorAtPoint
- Type: System.Collections.GenericIListVectorAtPoint
 Array of vectors, each corresponding to a domain point
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | Members of vectorAtPoint contain different numbers of measurements | 
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |