リサイズはクリックかドラッグ

LayerFilterDictionaryItem プロパティ (Int32)

ディクショナリの指定したインデックスにある KeyValuePair<Layer, bool> 構造体を取得します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract KeyValuePair<Layer, bool> this[
	int index
] { get; }

パラメーター

index
型: SystemInt32
取得する構造体のインデックス。

戻り値

型: KeyValuePairLayer, Boolean
ディクショナリの指定したインデックスにある KeyValuePair。
関連項目