Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera Class / Location Property

In This Topic
    Location Property (Camera)
    In This Topic
    Gets or sets the camera location (eye) point.
    Syntax
    'Declaration
     
    Public Property Location As Point3D
    public Point3D Location {get; set;}
    Remarks
    The set is allowed only if NavigationMode is Camera.navigationType.Walk or Camera.navigationType.Fly, otherwise the Target must be changed to move the camera.
    See Also