BuildingCoder.CmdInstallLocation.GetRevitInstallLocation C# (CSharp) Method

GetRevitInstallLocation() private method

private GetRevitInstallLocation ( string product_code ) : string
product_code string
return string
        string GetRevitInstallLocation( string product_code )
        {
            return GetSubkeyValue( _reg_path_uninstall,
            product_code, "InstallLocation" );
        }