Harness proD API Help
EPLAN.Harness.API.Plugins Namespace
/
IHpDPluginTask Interface
/ Resolve Method
Studio API instance.
The designer document.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Resolve Method (IHpDPluginTask)
In This Topic
Method that resolves the problem causing this task. After calling this method, the
IsActive
method should return False.
Syntax
C#
void
Resolve(
Studio
api
,
Designer
designer
)
Parameters
api
Studio API instance.
designer
The designer document.
Remarks
This method can be trigger only if
EPLAN.Harness.API.Plugins.Core.IHpDPluginTaskInfo.IsResolvable
property is set to True. Otherwise, you can leave it blank.
See Also
Reference
IHpDPluginTask Interface
IHpDPluginTask Members