DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCollection Class / Item Property / Item(Int32) Property






In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As DicomImage
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim index As System.Integer
    Dim value As DicomImage
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    [__DynamicallyInvokable()]
    public DicomImage Item( 
       System.int index
    ) {get; set;}
    public read-write property Item( 
        index: System.Integer
    ): DicomImage; 
    __DynamicallyInvokableAttribute()
    public function get,set Item( 
       index : System.int
    ) : DicomImage
    [__DynamicallyInvokable()]
    public: __property DicomImage* get_Item( 
       System.int index
    );
    public: __property void set_Item( 
       System.int index,
       DicomImage* value
    );
    [__DynamicallyInvokable()]
    public:
    property DicomImage^ Item {
       DicomImage^ get(System.int index);
       void set (System.int index, DicomImage^ value);
    }

    Parameters

    index
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also