Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / GetPolylineWidth Method
The polyline element.

In This Topic
    GetPolylineWidth Method (IMapDevice)
    In This Topic
    Gets the width of the polyline.
    Syntax
    'Declaration
     
    
    Function GetPolylineWidth( _
       ByVal polyline As VectorPolyline _
    ) As Double
    double GetPolylineWidth( 
       VectorPolyline polyline
    )

    Parameters

    polyline
    The polyline element.

    Return Value

    The width of the polyline in pixels.
    See Also