バージョン

FindName(Regex) メソッド

LayerName プロパティが一致する、列挙可能なすべてのレイヤーを取得します。
シンタックス
'宣言
 
Public Overloads Function FindName( _
   ByVal pattern As Regex _
) As IEnumerable(Of MapLayer)
public IEnumerable<MapLayer> FindName( 
   Regex pattern
)

パラメータ

pattern
LayerName プロパティに一致する文字列。

戻り値の型

列挙可能レイヤー。
参照