The index of the triangle's second vertex.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
C# |
---|
public int Index1 { get; set; } |
Visual Basic |
---|
Public Property Index1 As Integer
Get
Set |
Visual C++ |
---|
public:
property int Index1 {
int get ();
void set (int value);
} |
See Also