| Set Drawing Type |
The drawing type will be set using SetDrawType(string drawTypeString) function. The ¡®drawTypeString¡¯ parameter could be assigned as following:
l ¡°contour¡±
l ¡°shaded¡±
l ¡°grid_fill¡±
l ¡°grid_point¡±
l ¡°vector¡±
l ¡°barb¡±
l ¡°streamline¡±
l ¡°station_point¡±
l ¡°weather_symbol¡±
l ¡°station_model¡±
l ¡°station_info¡±
l ¡°traj_line¡±
l ¡°traj_point¡±
l ¡°traj_startpoint¡±
l ¡°image¡±
l ¡°raster¡±
Example:
myApp. SetDrawType ("shaded")