ValueAtPoint(IList<Double>) Constructor

ValueAtPoint(IListDouble) Constructor

Initializes a new instance of the ValueAtPoint class

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ValueAtPoint(
	IList<double> values
)
Public Sub New ( 
	values As IList(Of Double)
)
public:
ValueAtPoint(
	IList<double>^ values
)
new : 
        values : IList<float> -> ValueAtPoint

Parameters

values  IListDouble
 
See Also