VectorAtPoint(IListXYZ) Constructor |
Creates object from an array of vectors
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic VectorAtPoint(
IList<XYZ> vectors
)
Public Sub New (
vectors As IList(Of XYZ)
)
public:
VectorAtPoint(
IList<XYZ^>^ vectors
)
new :
vectors : IList<XYZ> -> VectorAtPoint
Parameters
- vectors IListXYZ
-
Array of vectors, each corresponding to "measurement"
Exceptions
See Also