Select() public méthode

${core_Feature_method_Select_D}
public Select ( ) : void
Résultat void
Exemple #1
0
 private void prepareMovePointFeature(Feature hoverFeature)
 {
     draggingVertex = hoverFeature;
     draggingVertex.Select();
     startTracking();
     startGeoPoint = ( hoverFeature.Geometry as GeoPoint ).Location;
 }