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






    CineUpdateTime Property
    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
    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