MapBaseExecuteRulesInternal Method |
Execute the rules of each layer in the map.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public abstract void ExecuteRulesInternal()
Remarks This 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