| Component2ExtensionEdit 方法 |
编辑零部件,自动区分装配体还是零件
命名空间:
Du.SolidWorks.Extension
程序集:
Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法 public static swEditPartCommandStatus_e Edit(
this Component2 comp,
AssemblyDoc doc,
bool silent = true,
bool readOnly = false
)
<ExtensionAttribute>
Public Shared Function Edit (
comp As Component2,
doc As AssemblyDoc,
Optional silent As Boolean = true,
Optional readOnly As Boolean = false
) As swEditPartCommandStatus_e
参数
- comp
- 类型:Component2
组件 - doc
- 类型:AssemblyDoc
顶级文档 - silent (Optional)
- 类型:SystemBoolean
静默编辑--提高速度 - readOnly (Optional)
- 类型:SystemBoolean
只读
返回值
类型:
swEditPartCommandStatus_e[缺少 "M:Du.SolidWorks.Extension.Component2Extension.Edit(SolidWorks.Interop.sldworks.Component2,SolidWorks.Interop.sldworks.AssemblyDoc,System.Boolean,System.Boolean)" 的 <returns> 文档]
备注
在 Visual Basic 和 C# 中,这个方法可以当成为类型
Component2 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考
扩展方法 (Visual Basic) 或
扩展方法 (C# 编程指南) 获取更多信息。
参见