| Revit 2020 API |
| IndexPoint Constructor |
| IndexPoint Class See Also |
Constructs the point primitive.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2017
Syntax
| C# |
|---|
public IndexPoint( int index ) |
| Visual Basic |
|---|
Public Sub New ( _ index As Integer _ ) |
| Visual C++ |
|---|
public: IndexPoint( int index ) |
Parameters
- index
- Type: System..::..Int32
The index of the point's vertex.