mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-27 05:00:48 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Revit.SDK.Samples.AreaReinParameters.CS
|
||||
/// <returns></returns>
|
||||
public static bool SetParaNullId(Parameter para)
|
||||
{
|
||||
Autodesk.Revit.DB.ElementId id = new ElementId(-1);
|
||||
Autodesk.Revit.DB.ElementId id = ElementId.InvalidElementId;
|
||||
|
||||
if (!para.IsReadOnly)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user