Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDPluginOccTask Interface / Resolve Method
Studio API instance.
An occurrence from the designer.
In This Topic
    Resolve Method (IHpDPluginOccTask)
    In This Topic
    Method that resolves the problem causing this task. After calling this method, the IsActive method should return False.
    Syntax
    void Resolve( 
       Studio api,
       I3DOccurrence occurrence
    )

    Parameters

    api
    Studio API instance.
    occurrence
    An occurrence from the designer.
    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