Example #1
0
        public float GetPercentComplete(string attribute_id)
        {
            AttributeLevel attributeLevel = GetAttributeLevel(attribute_id);

            return(attributeLevel.GetPercentComplete());
        }