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

MasterDrawComponentCollectionItem プロパティ (String)

コレクション内の指定した名前の作図部品定義を取得します。

名前空間:  RootPro.RootProCAD
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract MasterDrawComponent this[
	string name
] { get; }

パラメーター

name
型: SystemString
取得する作図部品定義の名前。

戻り値

型: MasterDrawComponent
コレクション内の指定した名前の作図部品定義を表す MasterDrawComponent
関連項目