2027 Property
Changes 0
P

TriangulationInterface.IsValidObject

Description:
Specifies whether the .NET object represents a valid Revit entity.
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.
public bool IsValidObject { get; }