点击或拖拽改变大小

Component2ExtensionSelectFor 方法 (Component2, ActionComponent2, Boolean)

选择后执行特定动作

命名空间:  Du.SolidWorks.Extension
程序集:  Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法
public static void SelectFor(
	this Component2 comp,
	Action<Component2> action,
	bool AfterDeSelect = true
)

参数

comp
类型:Component2

[缺少 "M:Du.SolidWorks.Extension.Component2Extension.SelectFor(SolidWorks.Interop.sldworks.Component2,System.Action{SolidWorks.Interop.sldworks.Component2},System.Boolean)" 的 <param name="comp"/> 文档]

action
类型:SystemActionComponent2

[缺少 "M:Du.SolidWorks.Extension.Component2Extension.SelectFor(SolidWorks.Interop.sldworks.Component2,System.Action{SolidWorks.Interop.sldworks.Component2},System.Boolean)" 的 <param name="action"/> 文档]

AfterDeSelect (Optional)
类型:SystemBoolean
执行完动作是否清除选择状态

备注

在 Visual Basic 和 C# 中,这个方法可以当成为类型 Component2 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考 扩展方法 (Visual Basic)扩展方法 (C# 编程指南) 获取更多信息。
参见