Leadtools.Dicom Namespace > DicomDataSet Class : GetElementLevel Method |
public int GetElementLevel( DicomElement element )
'Declaration Public Function GetElementLevel( _ ByVal element As DicomElement _ ) As Integer
'Usage Dim instance As DicomDataSet Dim element As DicomElement Dim value As Integer value = instance.GetElementLevel(element)
public int GetElementLevel( DicomElement element )
ObjectiveC Syntax
function Leadtools.Dicom.DicomDataSet.GetElementLevel( element )
public: int GetElementLevel( DicomElement^ element )
The following illustration gives an example:
If the passed object points to: | The method returns: |
---|---|
Item 1 | 0 |
Item 2 | 1 |
Item 3 | 2 |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2