Revit 2025 API
Vector |
Creates object from an array of vectors
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public VectorAtPoint( IList<XYZ> vectors )
Public Sub New ( vectors As IList(Of XYZ) )
public: VectorAtPoint( IList<XYZ^>^ vectors )
new : vectors : IList<XYZ> -> VectorAtPoint
Parameters

Exception | Condition |
---|---|
ArgumentException | Thrown when supplied vectors contain invalid (infinite or non-number) coordinates |
ArgumentNullException | A non-optional argument was null |
See Also