SiDicomDataSetGetElementBufferValue Method |
Shortcut to extract an element's buffer value.
Namespace: OIV.VolumeViz.Readers.DicomAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool GetElementBufferValue(
SoDicomTag tag,
SoBufferObject buffer
)
Public Function GetElementBufferValue (
tag As SoDicomTag,
buffer As SoBufferObject
) As Boolean
public:
bool GetElementBufferValue(
SoDicomTag^ tag,
SoBufferObject^ buffer
)
member GetElementBufferValue :
tag : SoDicomTag *
buffer : SoBufferObject -> bool
Parameters
- tag
- Type: OIV.VolumeViz.Readers.DicomSoDicomTag
The tag of the element to find.
- buffer
- Type: OIV.Inventor.DevicesSoBufferObject
The buffer to fill with element's value.
Return Value
Type:
Booleantrue if the extraction was successful, or false otherwise.
Remarks See Also