Map for WinForms | ComponentOne
C1.Win.Map Namespace / KmlWriter Class / Write Method

In This Topic
    Write Method (KmlWriter)
    In This Topic
    Saves a collection of C1VectorItems into the stream as KML placemarks.
    Syntax
    'Declaration
     
    
    Public Shared Sub Write( _
       ByVal stream As Stream, _
       ByVal vectors As IEnumerable(Of VectorItem), _
       ByVal nsp As String, _
       ByVal saveElementCallback As SaveElementCallback _
    ) 

    Parameters

    stream
    vectors
    nsp
    saveElementCallback
    See Also