GetShapeByPt(Position: Prognoz.Platform.Interop.Drawing.IGxPointF): Prognoz.Platform.Interop.Andy.IWxShape;
Position. View point.
The GetShapeByPt method gets an object by the defined coordinate.
Executing the example requires a form with the Button1 button, the WorkspaceBox component named WorkspaceBox1 and a data source for the WorkspaceBox1.
Add links to the Andy, Drawing, Workspace system assemblies.
After executing the example, the object which is in this view point is selected.
See also: