DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomMaskRange Class / ApplicableFrames Property






    ApplicableFrames Property
    Specifies the frame ranges where mask operation is valid
    Syntax
    'Declaration
     
    
    Public Property ApplicableFrames As System.Integer()
     
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value() As System.Integer
     
    instance.ApplicableFrames = value
     
    value = instance.ApplicableFrames
    Remarks
    The list of frames to which this MaskRange applies. Frames in a Multi-frame Images are specified by sequentially increasing number values beginning with 1.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also