Exemplo n.º 1
0
 /// <summary>
 /// Get latest versions of registered Symbols within the Dynamo session.
 /// </summary>
 /// <returns>A dictionary keyed by a version-less typeID and the latest registered version as value</returns>
 internal static Dictionary <string, Version> GetAllLastestRegisteredSymbolVersions()
 {
     return(GetAllLastestRegisteredSymbolVersions(ForgeUnitsEngine.getAllSymbols()));
 }
Exemplo n.º 2
0
 public static IEnumerable <Symbol> GetAllSymbols()
 {
     return(ConvertForgeSymbolDictionaryToCollection(ForgeUnitsEngine.getAllSymbols()));
 }