AMEE_in_Revit.Addin.CO2eParameter.CO2eFieldUpdater.GetAdditionalInformation C# (CSharp) Method

GetAdditionalInformation() public method

public GetAdditionalInformation ( ) : string
return string
        public string GetAdditionalInformation()
        {
            return "Calculate the CO2e values of elements whenever the element changes";
        }