Update RevitObject.cs
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user