| 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* RetVal ) | |
Parameters
- VertexIndex
- Index for the vertex
- X
- x coordinate
- Y
- y coordinate
- Z
- z coordinate
- RetVal[out] or Return Value
- True if the specified vertex is set, false if not
Before calling this method, call ILeader::GetVerticesCount to determine a valid value for VertexIndex.
ILeader Interface
ILeader Members
ILeader::AddVertex Method ()
ILeader::GetVertexCoordinate Method ()
ILeader::RemoveLastVertex Method ()
ILeader Members
ILeader::AddVertex Method ()
ILeader::GetVertexCoordinate Method ()
ILeader::RemoveLastVertex Method ()
DraftSight V1R4.0
Syntax