←Select platform

CineRelativeToRealTime Property

Summary

A positive unitless floating point numeric factor equal to the playback rate divided by the acquisition rate.

Syntax

C#
VB
C++
[Element(DicomTag.CineRelativeToRealTime)] 
public Nullable<double> CineRelativeToRealTime { get; set; } 
<ElementAttribute(New DicomTag.CineRelativeToRealTime())>  
Public Property CineRelativeToRealTime() As Nullable(Of Double) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::CineRelativeToRealTime()))] 
   property Nullable<double>^ CineRelativeToRealTime 
   { 
      Nullable<double>^ get() 
      void set(Nullable<double>^ value) 
   } 

Property Value

A positive unitless floating point numeric factor equal to the playback rate divided by the acquisition rate.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly