TessellatedBuildIssueMakesDataUnusable Method |
Reports whether this issue makes some data unusable ('true')
or is only shows that data format conventions were broken,
but the data are still usable (false).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool MakesDataUnusable()
Public Function MakesDataUnusable As Boolean
public:
bool MakesDataUnusable()
member MakesDataUnusable : unit -> bool
Return Value
Boolean
See Also