MapBaseExecuteRulesInternal Method |
Execute the rules of each layer in the map.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntaxpublic abstract void ExecuteRulesInternal()
RemarksThis executes all the rules for all the plans and active sprites for all layers
in the map. See
ExecuteRules for information on overiding this.
See Also