ICadDrawingViewSpacingBetween Property (ICadDrawingView) |
Gets or sets the view location by specifying the distance to another view.
The other view is typically adjacent on the sheet. The spacing is between view edges, in the X or Y direction.
The system chooses the direction by looking at the current spacing between the view positions (not the edges). The axis used is the direction of greatest separation.
Specify a positive spacing value to place this view to the right or above the other view.
Specify a negative value to place this view to the left or below the other view.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property SpacingBetween (
otherView As ICadDrawingView
) As Double
Get
Set
double this[
ICadDrawingView otherView
] { get; set; }
Parameters
- otherView
- Type: Autodesk.iLogic.InterfacesICadDrawingView
The other view.
Return Value
Type:
DoubleThe spacing between view edges (boundaries).
See Also