BuildingCoder.CmdInstallLocation.GetRevitProductCode C# (CSharp) 메소드

GetRevitProductCode() 개인적인 메소드

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