获取指定序号的分段专题图中分段专题图子项。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public ThemeRangeItem Item[ int index ] { get; } |
参数
- index
- Type: System..::.Int32
指定的分段专题图子项序号。
备注
有关分段专题图子项详细信息,请参见ThemeRangeItem类。
C# |
---|
public ThemeRangeItem Item[ int index ] { get; } |