Click or drag to resize

ILowLevelSupportSetViewCamera Method

Sets the direction, orientation, and scale of the camera in the current view.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub SetViewCamera ( 
	extentsOption As ViewCameraOption,
	eyePoint As Double(),
	targetPoint As Double(),
	upVector As Double(),
	extents As Double()
)

Parameters

extentsOption
Type: Autodesk.iLogic.InterfacesViewCameraOption
eyePoint
Type: SystemDouble
targetPoint
Type: SystemDouble
upVector
Type: SystemDouble
extents
Type: SystemDouble
See Also