Specifies whether the .NET object represents a valid Revit entity.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidObject { get; }Return Value
Boolean
True if the API object holds a valid Revit native object, false otherwise.
Remarks
If the corresponding Revit native object is destroyed, or creation of the corresponding object is undone,
a managed API object containing it is no longer valid. API methods cannot be called on invalidated wrapper objects.
See Also
Reference