获取或设置剖切面的名称。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public string this[ int sliceIndex ] { get; set; } |
参数
- sliceIndex
- Type: System..::.Int32
指定的剖切面的索引。
C# |
---|
public string this[ int sliceIndex ] { get; set; } |