mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-22 19:52:23 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -348,7 +348,7 @@ namespace Revit.SDK.Samples.ProjectInfo.CS
|
||||
{
|
||||
return RevitDoc.GetElement(elementId);
|
||||
}
|
||||
public static Element GetElement(int elementId)
|
||||
public static Element GetElement(long elementId)
|
||||
{
|
||||
return GetElement(new ElementId(elementId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user