C++
virtual void getCameraTarget( AcGePoint3d& target ) const = 0;
Description
Sets target to the viewport camera's world coordinate target. This is a point where the viewport's "eye" is aimed in world space.
Parameters
Parameters | Description |
---|---|
target | Returns the target location point |