Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property VMDivider As Long |
C# | |
---|---|
public long VMDivider {get;} |
Return Value
The value used to divide the value multiplicity. When multiple values are stored in the value field of a data element, the number of values present must be evenly divisible by VMDivider. For most items VMDivider will be 1. However, if the values stored in the value field are RGB triplets, for example, you would have to store three values for each triplet. You could store 12 values, since 12 values would be 4 triplets, however, you could not store 13 values. In this case VMDivider would be 3.For an example, refer to DicomTagTable.Reset.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family