Sets the view location by specifying the distance between a corner of the view and the corresponding corner of the sheet.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Sub SetSpacingToCorner (
distanceX As Double,
distanceY As Double,
Optional corner As SheetCorner = SheetCorner.Automatic
)
C#
void SetSpacingToCorner(
double distanceX,
double distanceY,
SheetCorner corner = SheetCorner.Automatic
)
Parameters
- distanceX
- Type: System.Double
The distance between corners in the X direction, in drawing document units. - distanceY
- Type: System.Double
The distance between corners in the Y direction, in drawing document units. - corner (Optional)
- Type: Autodesk.iLogic.Interfaces.SheetCorner
Specify the corner.
See Also
Reference