Click or drag to resize

SheetCorner Enumeration

Options for placing a view relative to the corner of the drawing sheet.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Enumeration SheetCorner
Members
  Member nameValueDescription
Automatic0 Use the sheet corner that is currently closest to the corresponding view corner.
TopLeft1 Use the top left corner.
TopRight2 Use the top right corner.
BottomLeft3 Use the bottom left corner.
BottomRight4 Use the bottom right corner.
See Also