ICadDrawingViewSetSpacingToCorner Method |
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: 23.0
Syntax Sub SetSpacingToCorner (
distanceX As Double,
distanceY As Double,
Optional corner As SheetCorner = SheetCorner.Automatic
)
void SetSpacingToCorner(
double distanceX,
double distanceY,
SheetCorner corner = SheetCorner.Automatic
)
Parameters
- distanceX
- Type: SystemDouble
The distance between corners in the X direction, in drawing document units. - distanceY
- Type: SystemDouble
The distance between corners in the Y direction, in drawing document units. - corner (Optional)
- Type: Autodesk.iLogic.InterfacesSheetCorner
Specify the corner.
See Also