ViewFromToTEntitySetTo Method (Point) | 
 
            Specifies the 
Point at which the camera will be aimed.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void SetTo(
	Point point
)
Public Sub SetTo ( 
	point As Point
)
public:
void SetTo(
	Point^ point
)
member SetTo : 
        point : Point -> unit 
Parameters
- point
 - Type: AGI.Foundation.GeometryPoint
The Point to be used to aim the camera. 
See Also