DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WsiTile Structure / Fragments Property






In This Topic
    Fragments Property (WsiTile)
    In This Topic
    List of fragments for this tile
    Syntax
    'Declaration
     
    
    Public Property Fragments As System.Collections.Generic.List(Of WsiTileFragment)
    'Usage
     
    
    Dim instance As WsiTile
    Dim value As System.Collections.Generic.List(Of WsiTileFragment)
     
    instance.Fragments = value
     
    value = instance.Fragments
    public System.Collections.Generic.List<WsiTileFragment> Fragments {get; set;}
    public read-write property Fragments: System.Collections.Generic.List; 
    public function get,set Fragments : System.Collections.Generic.List
    public: __property System.Collections.Generic.List<WsiTileFragment>* get_Fragments();
    public: __property void set_Fragments( 
       System.Collections.Generic.List<WsiTileFragment>* value
    );
    public:
    property System.Collections.Generic.List<WsiTileFragment>^ Fragments {
       System.Collections.Generic.List<WsiTileFragment>^ get();
       void set (    System.Collections.Generic.List<WsiTileFragment>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also