←Select platform

MedicalViewerDoublePlaneCutLinesCollection<T> Class

Summary

Represents a generic collection of MedicalViewerDoublePlaneCutLine objects.

Syntax

C#
VB
C++
[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.

Example

For an example, refer to MedicalViewerPlaneCutLine

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly