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: 29.0
Syntax
VB
Public Enumeration SheetCorner
C#
public enum SheetCorner
Members
| Member name | Value | Description | |
|---|---|---|---|
| Automatic | 0 | Use the sheet corner that is currently closest to the corresponding view corner. | |
| TopLeft | 1 | Use the top left corner. | |
| TopRight | 2 | Use the top right corner. | |
| BottomLeft | 3 | Use the bottom left corner. | |
| BottomRight | 4 | Use the bottom right corner. |
