6 lines
128 B
C#
6 lines
128 B
C#
namespace Speckle.Revit2023.Interfaces;
|
|
|
|
public interface IRevitLocationPoint : IRevitLocation
|
|
{
|
|
IRevitXYZ Point { get; }
|
|
} |