Click or drag to resize

ViewCameraOption Enumeration

Options for the ILowLevelSupport.SetViewCamera function.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Enumeration ViewCameraOption
Members
  Member nameValueDescription
None0
SetExtents1 Set the view extents to the specied values.
FitExtents2 Fit the view to include all visible geometry.
NoChangeExtents3 Don't change the extents of the view.
See Also