Returns the start point, end point, and linear style applied to a specified segment of a 2-D geometry object.
Syntax
Visual Basic
Public Sub GetSegmentedStyle( _
ByVal Index As Long, _
ByRef x1 As Double, _
ByRef y1 As Double, _
ByRef x2 As Double, _
ByRef y2 As Double, _
ByRef Style As Object _
)