dcmNET Class Library

DicomGroup.SetLength Method 

This method will re-calculate the group length with syntax transfer supplied and create an group length attributes.

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

Parameters

syntaxTransfer
The syntax transfer

Return Value

The group length.

See Also

DicomGroup Class | dcmNET Namespace