BuildingCoder.CmdInstallLocation.GetRevitProductCode C# (CSharp) Méthode

GetRevitProductCode() private méthode

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