AttributeFilterDictionaryItem プロパティ (Int32) |
ディクショナリの指定したインデックスにある KeyValuePair<ShapeAttribute, bool> 構造体を取得します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract KeyValuePair<ShapeAttribute, bool> this[
int index
] { get; }
Public MustOverride ReadOnly Default Property Item (
index As Integer
) As KeyValuePair(Of ShapeAttribute, Boolean)
Get
パラメーター
- index
- 型: SystemInt32
取得する構造体のインデックス。
戻り値
型:
KeyValuePairShapeAttribute,
Booleanディクショナリ内の指定したインデックスにある KeyValuePair。
関連項目