Update RevitObject.cs

This commit is contained in:
Claire Kuang
2025-03-17 10:32:47 +00:00
parent c728266c88
commit 22f029fe33
+1 -1
View File
@@ -15,7 +15,7 @@ public class RevitObject : DataObject, IRevitObject
/// <summary>
/// The level constraint of the object.
/// For objects constrained by multiple levels, this represents the base constraint.
/// For objects with no level constraint, this should be "none".
/// For objects with no level constraint, this should be null.
/// </summary>
public required string? level { get; set; }