//using Bentley.DgnPlatform; using Bentley.ECObjects.Instance; namespace MSDevTool.Models { public class ECPropValue : PropValueBase { public IECPropertyValue ECPropertyValue { get; set; } public string ECInstanceName { get; set; } } }