| Visual Basic | |
|---|---|
Sub SetLineOffset( _ ByVal VertexIndex As System.Integer, _ ByVal Offset As System.Double _ ) | |
| C# | |
|---|---|
void SetLineOffset( System.int VertexIndex, System.double Offset ) | |
| JavaScript | |
|---|---|
function SetLineOffset( | |
| COM native C++ | |
|---|---|
HRESULT SetLineOffset( ) | |
| C++ | |
|---|---|
DSRESULT SetLineOffset( & System.int VertexIndex, & System.double Offset ) | |
Parameters
- VertexIndex
- Index of the line element whose offset to set
- Offset
- Offset value
Syntax