mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-27 21:16:58 +00:00
integrate Revit 2025 SDK
This commit is contained in:
@@ -396,7 +396,7 @@ namespace Revit.SDK.Samples.NewHostedSweep.CS
|
||||
ExtractCheckedEdgesAndSelectedSymbol();
|
||||
if (m_creationData.EdgesForHostedSweep.Count == 0)
|
||||
{
|
||||
TaskDialog.Show("Revit", "At least one edge should be selected!");
|
||||
Autodesk.Revit.UI.TaskDialog.Show("Revit", "At least one edge should be selected!");
|
||||
return;
|
||||
}
|
||||
this.DialogResult = DialogResult.OK;
|
||||
|
||||
Reference in New Issue
Block a user