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






In This Topic
    Index Property (WsiTile)
    In This Topic
    Tile number
    Syntax
    'Declaration
     
    
    Public Property Index As System.Integer
    'Usage
     
    
    Dim instance As WsiTile
    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