Share

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: 30.0

Syntax

VB

Public Enumeration SheetCorner

C#

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

Reference

Was this information helpful?