用于把三维选择对象转化为记录集。只有将选择集转化为记录集后才能对其数据进行操作。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public Recordset ToRecordset()

返回值

转化得到的记录集,该记录集包括所有的字段。

请参见