GetIssuesForFaceSet Method


Returns the array of issues encountered while processing a face set with index 'setIndex'.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2015

Syntax

C#
public IList<TessellatedBuildIssue> GetIssuesForFaceSet(
	int setIndex
)
Visual Basic
Public Function GetIssuesForFaceSet ( _
	setIndex As Integer _
) As IList(Of TessellatedBuildIssue)
Visual C++
public:
IList<TessellatedBuildIssue^>^ GetIssuesForFaceSet(
	int setIndex
)

Parameters

setIndex
Type: System Int32
Index of the face set.

Return Value

Array of issues encountered while processing a face set with index 'setIndex'.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException 'SetIndex' is a valid face set index for the results stored in 'this'.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →