FieldValues(IListValueAtPoint, XYZ) Constructor |
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FieldValues(
IList<ValueAtPoint> valueAtPoint,
XYZ unitDirection
)
Public Sub New (
valueAtPoint As IList(Of ValueAtPoint),
unitDirection As XYZ
)
public:
FieldValues(
IList<ValueAtPoint^>^ valueAtPoint,
XYZ^ unitDirection
)
new :
valueAtPoint : IList<ValueAtPoint> *
unitDirection : XYZ -> FieldValues
Parameters
- valueAtPoint IListValueAtPoint
-
- unitDirection XYZ
-
See Also