获取三维场景集合对象中指定索引的三维场景的名字。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public string this[ int index ] { get; } |
参数
- index
- Type: System..::.Int32
指定的三维场景的序号。
C# |
---|
public string this[ int index ] { get; } |