Vector
|
Creates object from an array of vectors
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- vectors IList XYZ
- Array of vectors, each corresponding to "measurement"
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when supplied vectors contain invalid (infinite or non-number) coordinates |
| ArgumentNullException | A non-optional argument was null |