←Select platform

SetName Method

Summary

Sets the name of the specified item in the IOD Structure.

Syntax

C#
VB
Java
WinRT C#
C++
public bool SetName( 
   DicomIod iod, 
   string name 
) 
Public Function SetName( _ 
   ByVal iod As Leadtools.Dicom.DicomIod, _ 
   ByVal name As String _ 
) As Boolean 
public bool SetName(  
   Leadtools.Dicom.DicomIod iod, 
   string name 
) 
public boolean setName(DicomIod iod, String name) 
 function Leadtools.Dicom.DicomIodTable.SetName(  
   iod , 
   name  
) 
public: 
bool SetName(  
   Leadtools.Dicom.DicomIod^ iod, 
   String^ name 
)  

Parameters

iod
An item in the IOD Structure. The name of this item will be set using the parameter "name".

name
The name to be set.

Return Value

true if the name was successfully set, false if there is no enough memory.

Remarks
Example

For an example, refer to Reset.

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.Dicom Assembly