Options for the ILowLevelSupport.SetViewCamera function.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Public Enumeration ViewCameraOption
C#
public enum ViewCameraOption
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| SetExtents | 1 | Set the view extents to the specied values. | |
| FitExtents | 2 | Fit the view to include all visible geometry. | |
| NoChangeExtents | 3 | Don't change the extents of the view. |
