5 lines
163 B
C#
5 lines
163 B
C#
namespace ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroGauges.LandXMLData
|
|
{
|
|
public interface IGenerationRangeInstance : IGenerationRange, IInstance { }
|
|
}
|