GetLineOffset Method (IRichLineStyle) Send Feedback
See Also 
Offset[out]
Offset value
VertexIndex
Index of the line element whose offset to get (see Remarks)
Gets the offset of the specified RichLineStyle.

Syntax

Visual Basic 
Function GetLineOffset( _
   ByVal VertexIndex As System.Integer _
) As System.Double
C# 
System.double GetLineOffset( 
   System.int VertexIndex
)
JavaScript 
function GetLineOffset( 
   VertexIndex : System.in ) : Number
COM native C++ 
HRESULT GetLineOffset( 
    
) 
C++ 
DSRESULT GetLineOffset( 
&   System.int VertexIndex
) 

Parameters

VertexIndex
Index of the line element whose offset to get (see Remarks)
Offset[out] or Return Value
Offset value

Remarks

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

See Also

IRichLineStyle Interface
IRichLineStyle Members
IRichLineStyle::SetLineOffset Method

Availability

DraftSight V1R1.3