获取或设置此关联信息集合对象中指定序号的关联信息对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public LinkItem this[ int index ] { get; set; } |
参数
- index
- Type: System..::.Int32
指定的集合中关联信息对象的序号。
C# |
---|
public LinkItem this[ int index ] { get; set; } |