DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WsiTileFragment Structure / Index Property






In This Topic
    Index Property (WsiTileFragment)
    In This Topic
    Tile fragment number
    Syntax
    'Declaration
     
    
    Public Property Index As System.Integer
    'Usage
     
    
    Dim instance As WsiTileFragment
    Dim value As System.Integer
     
    instance.Index = value
     
    value = instance.Index
    public System.int Index {get; set;}
    public read-write property Index: System.Integer; 
    public function get,set Index : System.int
    public: __property System.int get_Index();
    public: __property void set_Index( 
       System.int value
    );
    public:
    property System.int Index {
       System.int get();
       void set (    System.int value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also