Select() 공개 메소드

${core_Feature_method_Select_D}
public Select ( ) : void
리턴 void
예제 #1
0
 private void prepareMovePointFeature(Feature hoverFeature)
 {
     draggingVertex = hoverFeature;
     draggingVertex.Select();
     startTracking();
     startGeoPoint = ( hoverFeature.Geometry as GeoPoint ).Location;
 }