←Select platform

Insert Method

Summary

Appends the cut line object to the collection using the specified index.

Syntax

C#
VB
C++
public override void Insert( 
   int index, 
   MedicalViewerPlaneCutLine item 
) 
  
Public Overrides Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As MedicalViewerPlaneCutLine _ 
)  
             
            public: 
void Insert(  
   int index, 
   _MedicalViewerPlaneCutLine^_ item 
) override  
             

Parameters

index
Index of the item to insert.

item
MedicalViewerPlaneCutLine that represents the item to be inserted.

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