Camera.Location Property

Gets or sets the camera location (eye) point.
Public Property Location() As Point3D
This language is not supported or no code example is available.
public Point3D Location {get; set;}
This language is not supported or no code example is available.

Property Value

Point3D
Remarks
 
The set is allowed only if NavigationMode is navigationType.Walk or navigationType.Fly, otherwise the Target must be changed to move the camera.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition