Visual Basic (Declaration) | |
---|---|
Public Function SetChannelSampleSkew( _ ByVal sampleSkew As Double _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool SetChannelSampleSkew( double sampleSkew ) |
Managed Extensions for C++ | |
---|---|
public: bool SetChannelSampleSkew( double sampleSkew ) |
C++/CLI | |
---|---|
public: bool SetChannelSampleSkew( double sampleSkew ) |
Parameters
- sampleSkew
- New channel sample skew.
Return Value
true if the channel sample skew was updated successfully, false if an error occurred.For an example, refer to WaveformGroupCount.
This method sets the channel sample skew. For more information refer to the " Channel Sample Skew " (003A,0215) element in the DICOM standard.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family