DocumentRemoveShape Method (Int32) |
Note: This API is now obsolete.
Delete the shape.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax [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
)
Parameters
- id
- Type: SystemInt32
ID of figure to delete
See Also