dcmNET Class Library

DicomSet.GetLength Method 

Retrieve the length (size) of this data set.

[Visual Basic]
Public Function GetLength( _
   ByVal syntaxTransfer As String _
) As Integer
[C#]
public int GetLength(
   string syntaxTransfer
);

Parameters

syntaxTransfer
The syntax transfer.

See Also

DicomSet Class | dcmNET Namespace