Revit 2019.1 API |
IndexPoint Constructor |
IndexPoint Class See Also |
Constructs the point primitive.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.1.0.0)
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.