获取或设置网格面集合中指定索引的网格面对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public Mesh this[ int index ] { get; set; } |
参数
- index
- Type: System..::.Int32
指定的索引值。
C# |
---|
public Mesh this[ int index ] { get; set; } |