MergeWith - InstanceNamingRules
Member of: InstanceNamingRules Script
Merges the given naming rules form into this one.
SyntaxEdit
Function MergeWith(InstanceNamingRules aSource) native
ParametersEdit
- aSource: The instance naming rules form to be merged into this one.
Return ValueEdit
None
ExamplesEdit
; Merge Instance Naming Rules Form B into Form A, such that Form A results with all rule data from both Forms A and B, sorted by rule data index.
FormA.MergeWith( FormB )