TerritoryInfo: IMapTerritoryInfo;
The TerritoryInfo property returns detailing options of the territory map.
Sub Main;
Var
MB: IMetabase;
Expr: IEaxAnalyzer;
EMap: IEaxMap;
TerrInfo: IMapTerritoryInfo;
Begin
MB:=MetabaseClass.Active;
Expr:=MB.ItemById("EXPRESS_REPORT").Bind As IEaxAnalyzer;
EMap:=Expr.Map;
TerrInfo:=EMap.TerritoryInfo;
End Sub Main;
After executing this example the variable TerrInfo contains map territories detailing. Express report identifier - EXPRESS_REPORT.
See also: