| AssemblyDocExtensionUsingAllComponents 方法 (AssemblyDoc, ActionComponent2, swDocumentTypes_e, Boolean) |
action for specific type components
命名空间:
Du.SolidWorks.Extension
程序集:
Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法 public static void UsingAllComponents(
this AssemblyDoc doc,
Action<Component2> action,
swDocumentTypes_e documentTypes,
bool topOnly = false
)
<ExtensionAttribute>
Public Shared Sub UsingAllComponents (
doc As AssemblyDoc,
action As Action(Of Component2),
documentTypes As swDocumentTypes_e,
Optional topOnly As Boolean = false
)
参数
- doc
- 类型:AssemblyDoc
assemblydoc instance - action
- 类型:SystemActionComponent2
action you need todo - documentTypes
- 类型:swDocumentTypes_e
the doc type whick define with type of swDocumentTypes_e - topOnly (Optional)
- 类型:SystemBoolean
备注
在 Visual Basic 和 C# 中,这个方法可以当成为类型
AssemblyDoc 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考
扩展方法 (Visual Basic) 或
扩展方法 (C# 编程指南) 获取更多信息。
参见