DicomObjects.NET.8.48 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 System.Integer()
    'Usage
     
    
    Dim instance As DicomMaskRange
    Dim value() As System.Integer
     
    instance.ApplicableFrames = value
     
    value = instance.ApplicableFrames
    public System.int[] ApplicableFrames {get; set;}
    public read-write property ApplicableFrames: System.array of Integer; 
    public function get,set ApplicableFrames : System.int[]
    public: __property System.int[]* get_ApplicableFrames();
    public: __property void set_ApplicableFrames( 
       System.int[][]* value
    );
    public:
    property System.array<int>^ ApplicableFrames {
       System.array<int>^ get();
       void set (    System.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: .NET CLR 4.8 or higher

    See Also