Click or drag to resize

ComponentPluginOnInstanceShowForm Method

返回用户文档首页

Note: This API is now obsolete.


Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
[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