mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-20 19:06:20 +00:00
updated to Revit 2023 SDK
This commit is contained in:
@@ -187,7 +187,7 @@ namespace Revit.SDK.Samples.NewHostedSweep.CS
|
||||
{
|
||||
get
|
||||
{
|
||||
String result = "[Id:" + m_elemToModify.Id.IntegerValue + "] ";
|
||||
String result = "[Id:" + m_elemToModify.Id.ToString() + "] ";
|
||||
return result + m_elemToModify.Name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user