283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
10 lines
330 B
C#
10 lines
330 B
C#
namespace Autodesk.Revit.DB.Analysis;
|
|
|
|
public partial class FieldDomainPointsByParameter : Autodesk.Revit.DB.Analysis.FieldDomainPoints
|
|
{
|
|
public FieldDomainPointsByParameter() { }
|
|
|
|
public FieldDomainPointsByParameter(System.Collections.Generic.IList<System.Double> points) =>
|
|
throw new System.NotImplementedException();
|
|
}
|