Share

ViewCameraOption Enumeration

Options for the ILowLevelSupport.SetViewCamera function.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Public Enumeration ViewCameraOption

C#

public enum 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

Reference

Was this information helpful?