Gets the multiplex group time offset.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetMultiplexGroupTimeOffset() As Double |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DicomWaveformGroup
Dim value As Double
value = instance.GetMultiplexGroupTimeOffset() |
| C# | |
|---|
public double GetMultiplexGroupTimeOffset() |
| C++/CLI | |
|---|
public:
double GetMultiplexGroupTimeOffset(); |
Return Value
The multiplex group time offset.
Example
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also