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