MergeWith - InstanceNamingRules
Jump to navigation
Jump to search
Member of: InstanceNamingRules Script
Merges the given naming rules form into this one.
Syntax[edit | edit source]
Function MergeWith(InstanceNamingRules aSource) native
Parameters[edit | edit source]
- aSource: The instance naming rules form to be merged into this one.
Return Value[edit | edit source]
None
Examples[edit | edit source]
; 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 )