DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / DrawExceptionArgs Class / Index Property






In This Topic
    Index Property (DrawExceptionArgs)
    In This Topic
    The Index of the image within the Images collection which was being drawn when the exception was thrown
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As System.Integer
    'Usage
     
    
    Dim instance As DrawExceptionArgs
    Dim value As System.Integer
     
    value = instance.Index
    public System.int Index {get;}
    public read-only property Index: System.Integer; 
    public function get Index : System.int
    public: __property System.int get_Index();
    public:
    property System.int Index {
       System.int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also