Thank you very much Sergei.
My best regards
My best regards
Shapefile.Clip (bool SelectedOnlySubject, Shapefile sfOverlay, bool SelectedOnlyOverlay)
I start to write this. Dim sfOverlay As New MapWinGIS.Shapefile
Dim sfinput As New MapWinGIS.Shapefile
Dim sfClip As New MapWinGIS.Shapefile
Dim index1 As Integer
Dim index2 As Integer
index1 = CbBInputLayer.SelectedIndex
index2 = CbBOverlayClipLayer.SelectedIndex
sfinput = FormMain.AxMapMain.get_Shapefile(index1)
sfOverlay = FormMain.AxMapMain.get_Shapefile(index2)
sfClip = sfinput.Clip(False, sfOverlay, False)
If sfClip Is Nothing Then
MessageBox.Show("Failed to calculate Clip :" + sfinput.ErrorMsg(sfinput.LastErrorCode))
MessageBox.Show("Failed to calculate Clip :" + sfOverlay.ErrorMsg(sfOverlay.LastErrorCode))
MessageBox.Show("Failed to calculate Clip :" + sfClip.ErrorMsg(sfClip.LastErrorCode))
Else
shape2.Add(sfClip)
End If
the results is Nothingandint layerHandle = axMap1.get_LayerHandle(layerPosition);
// or
int layerHandle = axMap1.AddLayer(sf, true);
Can I post this as an issue or suggestion?Adding separate properties for bold / italic can be easier, since to make MapWinGIS understand it, it should be COM class (stdole's StdFont most likely). But one way or another if you can't achieve the intended results, it's a legitimate feature request.