Visual Basic | |
---|---|
Function SetVertexCoordinate( _ ByVal VertexIndex As System.Integer, _ ByVal X As System.Double, _ ByVal Y As System.Double, _ ByVal Z As System.Double _ ) As System.Boolean |
C# | |
---|---|
System.bool SetVertexCoordinate( System.int VertexIndex, System.double X, System.double Y, System.double Z ) |
JavaScript | |
---|---|
SetVertexCoordinate( VertexIndex : Number, X : Number, Y : Number, Z : Number ) : Boolean |
COM native C++ | |
---|---|
HRESULT SetVertexCoordinate( LONG VertexIndex, DOUBLE X, DOUBLE Y, DOUBLE Z, VARIANT_BOOL* Success ) |
Parameters
- VertexIndex
- Index of the vertex to set (see Remarks)
- X
- x coordinate of vertex
- Y
- y coordinate of vertex
- Z
- z coordinate of vertex
- Success[out] or Return Value
- True of the vertex is set, false if not
Call IRichLine::GetVerticesCount to get the number of vertices in the RichLine and to determine a valid value for VertexIndex.
IRichLine Interface
IRichLine Members
IRichLine::AddVertexAfter Method
IRichLine::DeleteVertex Method
IRichLine::GetVertexCoordinate Method
IRichLine Members
IRichLine::AddVertexAfter Method
IRichLine::DeleteVertex Method
IRichLine::GetVertexCoordinate Method
DraftSight V1R1.3