MapMatrix NetGIS Class Library

Command.DrawPoint Method 

Draws a point at the specified ground location No update is performed. This command is issued only to the Active Connection (SetActiveConnection).

public void DrawPoint(
   string Symbol,
   double x,
   double y
);

Parameters

Symbol
The name of the symbol to draw
x
Ground X Coordinate to zoom to
y
Ground Y Coordinate to zoom to

See Also

Command Class | MapMatrix.MapControls Namespace