namespace HStation.Model { /// /// 水源 /// public interface IRevitSource : IRevitNode { } }