VCObjectSelect


Version:

1.2

Description:

Selects the object located at the designated point.

Declaration:

 

C/C++

extern "C" void WINAPI VCObjectSelect(Point2D* dpP0);

Delphi

procedure VCObjectSelect(var dpP0: Point2D); stdcall;

ActiveX/COM

Sub ObjectSelect(dpP0 As IVCPoint2D)

Parameters:

dpP0 - the coordinates of the point from which to select an object.

Notes:

Behaves exactly as the object select tool, however it can be called from the API.

See Also:

VCSetCurrentSelected