BuildingCoder.CmdInstallLocation.GetRevitProductCode C# (CSharp) Method

GetRevitProductCode() private method

private GetRevitProductCode ( string reg_path_product ) : string
reg_path_product string
return string
        string GetRevitProductCode( string reg_path_product )
        {
            return GetSubkeyValue( reg_path_product,
            "Components", "ProductCode" );
        }