LayerTableGetLayerByFullName メソッド |
指定した名前のレイヤを取得します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract Layer GetLayerByFullName(
string fullName,
char separator
)
Public MustOverride Function GetLayerByFullName (
fullName As String,
separator As Char
) As Layer
パラメーター
- fullName
- 型: SystemString
レイヤの名前 - separator
- 型: SystemChar
区切り文字
戻り値
型:
Layer指定した名前のレイヤを表す
Layer。
関連項目