343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
12 lines
284 B
C#
12 lines
284 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public partial class SpatialElementCalculationLocation : Autodesk.Revit.DB.Element
|
|
{
|
|
public SpatialElementCalculationLocation() { }
|
|
|
|
public virtual Autodesk.Revit.DB.XYZ MarkerPosition
|
|
{
|
|
get => throw new System.NotImplementedException();
|
|
}
|
|
}
|