获取气泡集合中指定名称的气泡对象。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public Bubble this[ string name ] { get; } |
参数
- name
- Type: System..::.String
指定的气泡对象的名称。
C# |
---|
public Bubble this[ string name ] { get; } |