DocumentRemoveShape メソッド (Int32) |
注意: このAPIは廃止予定です。
図形を削除します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 [ObsoleteAttribute("This method is obsolete. Use RemoveShape(IntPtr) instead.")]
public abstract void RemoveShape(
int id
)
<ObsoleteAttribute("This method is obsolete. Use RemoveShape(IntPtr) instead.")>
Public MustOverride Sub RemoveShape (
id As Integer
)
パラメーター
- id
- 型: SystemInt32
削除する図形の ID
関連項目