Files
speckle-sharp-host-apis/Speckle.Revit.Interfaces/IRevitLocationPoint.cs
T
2024-06-06 09:03:39 +01:00

6 lines
128 B
C#

namespace Speckle.Revit2023.Interfaces;
public interface IRevitLocationPoint : IRevitLocation
{
IRevitXYZ Point { get; }
}