| Revit 2020 API |
| TessellatedBuildIssue..::..IsValidIssue Method |
| TessellatedBuildIssue Class See Also |
Reports whether the issue is well-formed, valid and does
describe a real problem.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2015
Syntax
| C# |
|---|
public bool IsValidIssue() |
| Visual Basic |
|---|
Public Function IsValidIssue As Boolean |
| Visual C++ |
|---|
public: bool IsValidIssue() |