Represents a generic collection of MedicalViewerDoublePlaneCutLine objects.
[DefaultMemberAttribute("Item")]
public class MedicalViewerDoublePlaneCutLinesCollection<T> : RasterCollection<MedicalViewerDoublePlaneCutLine>
Public Class MedicalViewerDoublePlaneCutLinesCollection(Of MedicalViewerDoublePlaneCutLine)
Inherits Leadtools.Leadtools.RasterCollection(Of MedicalViewerDoublePlaneCutLine)
Implements System.Collections.Generic.ICollection(Of MedicalViewerDoublePlaneCutLine), System.Collections.Generic.IEnumerable(Of MedicalViewerDoublePlaneCutLine), System.Collections.Generic.IList(Of MedicalViewerDoublePlaneCutLine), System.Collections.IEnumerable
generic<typename MedicalViewerDoublePlaneCutLine>
public ref class MedicalViewerDoublePlaneCutLinesCollection : public Leadtools.Leadtools.RasterCollection<MedicalViewerDoublePlaneCutLine>, System.Collections.Generic.ICollection<MedicalViewerDoublePlaneCutLine>, System.Collections.Generic.IEnumerable<MedicalViewerDoublePlaneCutLine>, System.Collections.Generic.IList<MedicalViewerDoublePlaneCutLine>, System.Collections.IEnumerable
Type Parameters
MedicalViewerDoublePlaneCutLine
The Generic MedicalViewerDoublePlaneCutLinesCollection class provides a generic collection class that implements the .NET Generic IList, Generic ICollection and Generic IEnumerable interfaces.
For an example, refer to MedicalViewerPlaneCutLine
MedicalViewerDoublePlaneCutLinesCollection<MedicalViewerDoublePlaneCutLine> Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET