| Visual Basic (Declaration) | |
|---|---|
Public Function GetChannelOffset() As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomWaveformChannel Dim value As Double value = instance.GetChannelOffset() | |
| C# | |
|---|---|
public double GetChannelOffset() | |
| C++/CLI | |
|---|---|
public: double GetChannelOffset(); | |
Return Value
The channel offset.For an example, refer to DicomDataSet.WaveformGroupCount.
- This method gets the value of the "Channel Offset" (003A, 0218) element for this channel.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code