リサイズはクリックかドラッグ

ShapeGroupParameterItemAddShapeGroup メソッド

指定した図形を選択して、パラメータに設定します。

名前空間:  RootPro.RootProCAD.Command
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract void AddShapeGroup(
	Shape[] shape,
	Layout[] layout,
	SelectionTypes selectType,
	Point2d[] point,
	SelectionCombineMode mode
)

パラメーター

shape
型: RootPro.RootProCADShape
選択する図形。
layout
型: RootPro.RootProCADLayout
選択する図形の部分図レイアウト。
selectType
型: RootPro.RootProCADSelectionTypes
図形の選択方法を指定する SelectionTypes 列挙体のメンバ。
point
型: RootPro.RootProCAD.GeometryPoint2d
図形を選択するときの選択範囲点列の座標を表す Point2d の配列
mode
型: RootPro.RootProCADSelectionCombineMode
選択モードを指定する SelectionCombineMode 列挙体のメンバ。
関連項目