ComponentPluginOnInstanceShowForm Method |
返回用户文档首页Note: This API is now obsolete.
Namespace: LoongCAD.STC.PluginsAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax[ObsoleteAttribute("此方法已弃用,请使用OnShowInstancePropsForm代替", true)]
public virtual bool OnInstanceShowForm(
ComponentBase instObj,
long defId,
Form ownerForm
)
Parameters
- instObj ComponentBase
-
- defId Int64
-
- ownerForm Form
-
Return Value
Boolean
See Also