Repository.Action.GetFMEAActionLocatorLinkPath: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:API}}{{Template:APIBreadcrumb|.Repository}} <onlyinclude>Creates a locator link file for the action and returns the path to the file.</onlyinclu…')
(No difference)

Revision as of 23:44, 13 March 2019

APIWiki.png


Member of: SynthesisAPI.Repository


Creates a locator link file for the action and returns the path to the file.

Syntax

.Action.GetFMEAActionLocatorLinkPath(actionID, [causeID])

Parameters

actionID

Required. The ID of the action.

causeID

Optional. The ID of the cause that the action belongs to. Set to 0 to use the first cause where the action is used.

Example

VBA