Hydro.Revit/Model/JunctionViewModel.cs
@@ -9,9 +9,18 @@ namespace Hydro.Revit.Model { public class JunctionViewModel:JunctionModel,IBaseInterface public class JunctionViewModel : JunctionModel, IBaseInterface { public string PositionJson { get; set; } public string SystemType { get; set; } public string Floor { get; set; } public string Node1 { get; set; } public string Node2 { get; set; } public void Draw() { throw new NotImplementedException(); } } }