-
Notifications
You must be signed in to change notification settings - Fork 634
API Changes in Dynamo 3.0
aparajit-pratap edited this page Oct 26, 2023
·
4 revisions
APIs marked for obsoletion for 3.0 have been removed.
-
IStartConfiguration
has a newNoNetworkMode
property that needs to be added by classes implementing the interface -
Dynamo.Logging.Analytics.DisableAnalytics
has been converted from a public field to a public property with an internal setter -
Dynamo.Applications.StartupUtils.MakCLIModel(string asmPath, string userDataFolder, string commonDataFolder, HostAnalyticsInfo info = new HostAnalyticsInfo(), bool isServiceMode = false)
has been replaced byMakeCLIModel(CommandlineArguments args)
-
Dynamo.Applications.StartupUtils.MakeModel(bool CLImode, string asmPath = "", HostAnalyticsInfo info = new HostAnalyticsInfo())
has been replaced byMakeModel(bool CLImode, bool noNetworkMode, string asmPath = "", HostAnalyticsInfo info = new HostAnalyticsInfo())
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