MergeWith - InstanceNamingRules

Revision as of 10:55, 8 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 )

See AlsoEdit