-
Notifications
You must be signed in to change notification settings - Fork 665
API Changes in Dynamo 4.0.0
Jason edited this page Oct 30, 2025
·
3 revisions
-
ModelBase.Serialize(XmlDocument, SaveContext)method - No longer marked as obsolete -
ModelBase.Deserialize(XmlElement, SaveContext)method - No longer marked as obsolete
The following code that was marked as obsolete has now been removed
-
IPreferences.IsBackgroundPreviewActiveproperty - UseBackgroundPreviewscollection instead -
PreferenceSettings.IsBackgroundPreviewActiveproperty - UseBackgroundPreviewscollection instead
-
PackageManagerClient.PackageContainsBinariesConstantfield - Package binary detection now uses thecontains_binariesfield from the database -
PackageManagerClient.PackageContainsPythonScriptsConstantfield - Package Python script detection now uses database fields
-
ProtoScript.Runners.HydrogenRunnerclass - Legacy runner no longer supported -
ProtoScript.Runners.DeuteriumRunnerclass - Legacy runner no longer supported
-
Preloader.LibraryVersionenum - UseSystem.Versioninstead to specify geometry library versions -
Preloader.Versionproperty - UseVersion2property instead
-
FileSystem.ReadImage(string path, int xSamples, int ySamples)node - useFile.FromPath -> Image.ReadFromFile -> Image.Pixelsinstead -
FileSystem.LoadImageFromPath(string path)node - useFile.FromPath -> Image.ReadFromFileinstead -
FileSystem.ReadText(string path)node - useFile.FromPath -> File.ReadTextinstead -
FileSystem.WriteImage(string filePath, string fileName, Bitmap image)node - useImage.WriteToFileinstead -
FileSystem.ExportToCSV(string filePath, object[][] data)node - useCSV.WriteToFileinstead
-
String.FromObject(object obj)node - use"String from Object"instead
-
Excel.Read(string filePath, string sheetName)node - useFile.FromPath -> Excel.ReadFromFileinstead
-
All
PointDatanodes -
All
SurfaceDatanodes -
All
VectorDatanodes
Looking for help with using the Dynamo application? Try dynamobim.org.
- Dynamo 2.0 Language Changes Explained
- How Replication and Replication Guide work: Part 1
- How Replication and Replication Guide work: Part 2
- How Replication and Replication Guide work: Part 3