DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / DrawExceptionArgs Class / Index Property



    Index Property
    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 Integer
     
    'Usage
     
    Dim instance As DrawExceptionArgs
    Dim value As Integer
     
    value = instance.Index
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also