LayoutCollectionIndexOf メソッド |
指定したレイアウトのコレクション内のインデックスを返します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract int IndexOf(
Layout layout
)
Public MustOverride Function IndexOf (
layout As Layout
) As Integer
パラメーター
- layout
- 型: RootPro.RootProCADLayout
コレクション内のレイアウト。
戻り値
型:
Int32コレクション内のレイアウトの 0 から始まるインデックス番号。コレクション内にレイアウトがなかった場合の戻り値は -1 です。
関連項目