Solid Edge Draft Type Library
ArrangeDimensionsInSelectSet Method
Solid Edge Draft Type Library > Sheet Object : ArrangeDimensionsInSelectSet Method
Sets the stack pitch for dimension.
If "True" then function will create associative groups of selected dimensions.
Description
Arranges the dimensions in the select set. API SolidEdgeDraft.DrawingView.AddConnectedDimensionsToSelectSet() can be used to add dimensions to select set which are connected to DV
Syntax
Visual Basic
Public Sub ArrangeDimensionsInSelectSet( _
   ByVal iStackPitchMultiplier As Double, _
   ByVal bAssociative As Boolean _
) 
Parameters
iStackPitchMultiplier
Sets the stack pitch for dimension.
bAssociative
If "True" then function will create associative groups of selected dimensions.
See Also

Sheet Object  | Sheet Members