DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / CineUpdateTime Property






In This Topic
    CineUpdateTime Property
    In This Topic
    Specify how often the viewer updates cine mode for multiframe images. Directly correlates to the 'uDelay' parameter of the Windows timeSetEvent function

    For detailed documentation please check: https://docs.microsoft.com/en-us/previous-versions/dd757634(v%3dvs.85)

    Syntax
    'Declaration
     
    
    Public Property CineUpdateTime As System.Integer
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Integer
     
    instance.CineUpdateTime = value
     
    value = instance.CineUpdateTime
    public System.int CineUpdateTime {get; set;}
    public read-write property CineUpdateTime: System.Integer; 
    public function get,set CineUpdateTime : System.int
    public: __property System.int get_CineUpdateTime();
    public: __property void set_CineUpdateTime( 
       System.int value
    );
    public:
    property System.int CineUpdateTime {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    Directly correlates to the 'uDelay' parameter of the Windows timeSetEvent function

    For detailed documentation please check: https://docs.microsoft.com/en-us/previous-versions/dd757634(v%3dvs.85)

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also