mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-19 02:38:54 +00:00
integrate Revit 2025 SDK
This commit is contained in:
@@ -33,12 +33,12 @@ namespace Revit.SDK.Samples.ReadonlySharedParameters.CS
|
||||
{
|
||||
#region IExternalApplication Members
|
||||
|
||||
Result IExternalApplication.OnShutdown(UIControlledApplication application)
|
||||
public Result OnShutdown(UIControlledApplication application)
|
||||
{
|
||||
return Result.Succeeded;
|
||||
}
|
||||
|
||||
Result IExternalApplication.OnStartup(UIControlledApplication application)
|
||||
public Result OnStartup(UIControlledApplication application)
|
||||
{
|
||||
RibbonPanel panel = application.CreateRibbonPanel("Shared parameters");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user