Click or drag to resize

ICadDrawingView.SpacingBetween Property

Overload List
  NameDescription
Public propertySpacingBetween(String)
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.
Public propertySpacingBetween(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.
Top
See Also