DicomObjects.NET.V8
DicomObjects Namespace / IFrameSource Interface / CalculatedNumberOfFrames Method



In This Topic
    CalculatedNumberOfFrames Method
    In This Topic
    The number of frames, cacluated from the data itself
    Syntax
    'Declaration
     
    Function CalculatedNumberOfFrames() As Integer
    'Usage
     
    Dim instance As IFrameSource
    Dim value As Integer
     
    value = instance.CalculatedNumberOfFrames()
    int CalculatedNumberOfFrames()
    int CalculatedNumberOfFrames(); 
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also