updated to Revit 2023 SDK

This commit is contained in:
Jeremy Tammik
2022-04-07 09:12:58 +02:00
parent e3434c5200
commit ab02648986
342 changed files with 6496 additions and 3140 deletions
@@ -34,7 +34,7 @@ namespace Revit.SDK.Samples.LevelsProperty.CS
{
String m_levelName;
double m_levelElevation;
int m_levelIDValue;
Autodesk.Revit.DB.ElementId m_levelIDValue;
/// <summary>
/// First column used to store Level's Name
@@ -70,7 +70,7 @@ namespace Revit.SDK.Samples.LevelsProperty.CS
/// <summary>
/// Record Level's ID
/// </summary>
public int LevelIDValue
public Autodesk.Revit.DB.ElementId LevelIDValue
{
get
{