Returns the array of issues encountered while processing
a face set with index 'setIndex'.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<TessellatedBuildIssue> GetIssuesForFaceSet(
int setIndex
)
Parameters
- setIndex Int32
-
Index of the face set.
Return Value
IList<TessellatedBuildIssue>
Array of issues encountered while processing a face set
with index 'setIndex'.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
'SetIndex' is a valid face set index for the results stored in 'this'.
|
See Also
Reference