InheritSnippets
Assigns the snippet position information of the current Field object to the Field objects that are specified in the parameter.
Member of namespace:
MC_IdentifySyntax:
bool InheritSnippets(StrParam)
Parameters
The names of the fields that will inherit the same snippet information as the current Field object.For example, 2paLname, 2PaFname, aPaMInit.
Returns
False, if the action is not called at the Field level or if a parameter is inncorrect. Otherwise, True.Level
Field level.Details
This action assigns the snippet position information of the current Field object to the Field objects that are specified in the parameter.- Example:
InheritSnippets(2paLname, 2PaFname, aPaMInit)