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



In This Topic
    ApplicableFrames Property
    In This Topic
    Specifies the frame ranges where mask operation is valid
    Syntax
    'Declaration
     
    
    Public Property ApplicableFrames As Integer()
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value() As Integer
     
    instance.ApplicableFrames = value
     
    value = instance.ApplicableFrames
    public int[] ApplicableFrames {get; set;}
    public:
    property array<int>^ ApplicableFrames {
       array<int>^ get();
       void set (    array<int>^ value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also