Click or drag to resize

ShapeGroupParameterItemAddShapeGroup Method

Select the specified shape and set it as a parameter.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void AddShapeGroup(
	Shape[] shape,
	Layout[] layout,
	SelectionTypes selectType,
	Point2d[] point,
	SelectionCombineMode mode
)

Parameters

shape
Type: RootPro.RootProCADShape
The shape to select.
layout
Type: RootPro.RootProCADLayout
Partial figure layout of the selected figure.
selectType
Type: RootPro.RootProCADSelectionTypes
Specify how to select shapes SelectionTypes Enum member members.
point
Type: RootPro.RootProCAD.GeometryPoint2d
Selection range when selecting a figure array of Point 2d representing coordinates of a point sequence
mode
Type: RootPro.RootProCADSelectionCombineMode
Specify the selection mode Members of the SelectionCombineMode enumeration.
See Also