Revit 2020.1 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.1.1.1)
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.