SetLineOffset Method (IRichLineStyle) Send Feedback
See Also 
VertexIndex
Index of the line element whose offset to set
Offset
Offset value
Sets the offset of the specified RichLineStyle.

Syntax

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( 
   VertexIndex : System.int,    Offset : System.doubl )
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

Remarks

Call IRichLineStyle::GetLinesCount to determine a valid value for VertexIndex.
 

See Also

IRichLineStyle Interface
IRichLineStyle Members
IRichLineStyle::GetLineOffset Method

Availability

DraftSight V1R1.3