Gets the data of the specified User-defined item.
public IntPtr GetUserInformationDataPtr(
int
)
'Declaration
Public Function GetUserInformationDataPtr( _
ByVal As Integer _
) As IntPtr
'Usage
Dim instance As DicomAssociate
Dim index As Integer
Dim value As IntPtr
value = instance.GetUserInformationDataPtr(index)
public IntPtr GetUserInformationDataPtr(
int index
)
function Leadtools.Dicom.DicomAssociate.GetUserInformationDataPtr(
index
)
public:
IntPtr GetUserInformationDataPtr(
int
)
Parameters
- index
- Index of the User-defined item whose data is required.
Return Value
Pointer to a buffer that contains the data of the specified User-defined item.