Revit 2026 API
Tessellated |
Reports whether the issue is well-formed, valid and does
describe a real problem.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValidIssue()
Public Function IsValidIssue As Boolean
public: bool IsValidIssue()
member IsValidIssue : unit -> bool
Return Value
BooleanWhether the issue is well formed and does describe a real problem.
See Also