public Camera( double x, double y, double z, double pitch, double heading, SpatialReference spatialReference, CameraViewpoint viewpoint )
Public Function New( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double, _ ByVal pitch As Double, _ ByVal heading As Double, _ Optional ByVal spatialReference As SpatialReference, _ Optional ByVal viewpoint As CameraViewpoint _ )
Parameters
- x
- X position of the Camera.
- y
- Y position of the Camera.
- z
- Z position of the Camera.
- pitch
- Pitch of the Camera.
- heading
- Heading of the Camera.
- spatialReference
- Spatial Reference of the Camera.
- viewpoint
- Viewpoint of the Camera.