public int GetUserInformationDataLength(
int
)
'Declaration
Public Function GetUserInformationDataLength( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As DicomAssociate
Dim index As Integer
Dim value As Integer
value = instance.GetUserInformationDataLength(index)
public int GetUserInformationDataLength(
int index
)
function Leadtools.Dicom.DicomAssociate.GetUserInformationDataLength(
index
)
public:
int GetUserInformationDataLength(
int
)
Parameters
- index
- Index of the User-defined item whose length is required.
Return Value
The length of the specified User-defined item.