根据给定的三维要素集合对象的名称以及指定的查询选项,查找并返回名称为指定名称的所有三维要素集合对象。

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

语法

C#
public Feature3Ds[] FindFeatures(
	string name,
	Feature3DSearchOption option
)

参数

name
Type: System..::.String
三维要素集合对象的名称。
option
Type: SuperMap.Realspace..::.Feature3DSearchOption
查询选项。

返回值

三维要素集合对象的数组。

示例

请参见 Feature3Ds.GetFeatureArray()的方法。

请参见