点击或拖拽改变大小

ObjectSelection 构造函数

初始化 ObjectSelection 类的一个新实例

命名空间:  Du.SolidWorks.Extension
程序集:  Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法
public ObjectSelection(
	Object object,
	swSelectType_e type,
	int mark,
	int index
)

参数

object
类型:SystemObject

[缺少 "M:Du.SolidWorks.Extension.ObjectSelection.#ctor(System.Object,SolidWorks.Interop.swconst.swSelectType_e,System.Int32,System.Int32)" 的 <param name="object"/> 文档]

type
类型:swSelectType_e

[缺少 "M:Du.SolidWorks.Extension.ObjectSelection.#ctor(System.Object,SolidWorks.Interop.swconst.swSelectType_e,System.Int32,System.Int32)" 的 <param name="type"/> 文档]

mark
类型:SystemInt32

[缺少 "M:Du.SolidWorks.Extension.ObjectSelection.#ctor(System.Object,SolidWorks.Interop.swconst.swSelectType_e,System.Int32,System.Int32)" 的 <param name="mark"/> 文档]

index
类型:SystemInt32

[缺少 "M:Du.SolidWorks.Extension.ObjectSelection.#ctor(System.Object,SolidWorks.Interop.swconst.swSelectType_e,System.Int32,System.Int32)" 的 <param name="index"/> 文档]

参见