Share

ILowLevelSupport.SetViewCamera 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: 30.0

Syntax

VB

Sub SetViewCamera ( 
	extentsOption As ViewCameraOption,
	eyePoint As Double(),
	targetPoint As Double(),
	upVector As Double(),
	extents As Double()
)

C#

void SetViewCamera(
	ViewCameraOption extentsOption,
	double[] eyePoint,
	double[] targetPoint,
	double[] upVector,
	double[] extents
)

Parameters

extentsOption
Type: Autodesk.iLogic.Interfaces.ViewCameraOption
eyePoint
Type:  System.Double[]
targetPoint
Type:  System.Double[]
upVector
Type:  System.Double[]
extents
Type:  System.Double[]

See Also

Reference

Was this information helpful?