mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-20 10:58:32 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -288,7 +288,7 @@ namespace Revit.SDK.Samples.Reinforcement.CS
|
||||
/// <returns>if set parameter's value successful return true</returns>
|
||||
public static bool SetParaNullId(Parameter parameter)
|
||||
{
|
||||
Autodesk.Revit.DB.ElementId id = new ElementId(-1);
|
||||
Autodesk.Revit.DB.ElementId id = ElementId.InvalidElementId;
|
||||
|
||||
if (!parameter.IsReadOnly)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user