Nevron .NET Vision
Nevron.Diagram Namespace / NHVPolylinePath Class / GetSegmentType Method


In This Topic
    GetSegmentType Method
    In This Topic
    Gets the segment type at the specified index
    Syntax
    'Declaration
     
    
    Public Overridable Function GetSegmentType( _
       ByVal segmentIndex As System.Integer _
    ) As HVSegmentType
    'Usage
     
    
    Dim instance As NHVPolylinePath
    Dim segmentIndex As System.Integer
    Dim value As HVSegmentType
     
    value = instance.GetSegmentType(segmentIndex)
    public virtual HVSegmentType GetSegmentType( 
       System.int segmentIndex
    )

    Parameters

    segmentIndex
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also