FieldDomainPointsByParameter Constructor |
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FieldDomainPointsByParameter(
IList<double> points
)
Public Sub New (
points As IList(Of Double)
)
public:
FieldDomainPointsByParameter(
IList<double>^ points
)
new :
points : IList<float> -> FieldDomainPointsByParameter
Parameters
- points IListDouble
-
See Also