mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-27 13:06:57 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Revit.SDK.Samples.SelectionChanged.CS
|
||||
#region 'Event handlers for selection changed event'
|
||||
internal void RevitUIApp_SelectionChanged(object sender, Autodesk.Revit.UI.Events.SelectionChangedEventArgs e)
|
||||
{
|
||||
textBox_log.Text += e.GetInfo();
|
||||
textBox_log.Text += e.GetInfo(true);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user