Returns the three vertices that define this facet
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public IList<int> GetVertices() |
Visual Basic |
---|
Public Function GetVertices As IList(Of Integer) |
Visual C++ |
---|
public: IList<int>^ GetVertices() |
Remarks
A container with three integers (indices of the vertices) is returned.