The Remove Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
- item
- Plane Cut line to remove.
Visual Basic (Declaration) | |
---|---|
Overrides Public Function Remove( _ ByVal item As MedicalViewerDoublePlaneCutLine _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerDoublePlaneCutLinesCollection(Of MedicalViewerDoublePlaneCutLine) Dim item As MedicalViewerDoublePlaneCutLine Dim value As Boolean value = instance.Remove(item) |
C# | |
---|---|
public override bool Remove( MedicalViewerDoublePlaneCutLine item ) |
C++/CLI | |
---|---|
public: bool Remove( MedicalViewerDoublePlaneCutLine^ item ) override |
Parameters
- item
- Plane Cut line to remove.
Return Value
true if the element was removed successfully, otherwise it is false.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7