MapMatrix NetGIS Class Library

Command.Identify Method 

Identifies and element and returns a matching attribute list

public DataTable Identify(
   string LayerId,
   int x,
   int y
);

Parameters

LayerId
LayerID of the Layer to identify
x
X Coordinate in pixels used for locating the element(s)
y
Y Coordinate in pixels used for locating the element(s)

Return Value

Collection of all matching elements attributes

See Also

Command Class | MapMatrix.MapControls Namespace