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



In This Topic
    Index Property
    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 Integer
    'Usage
     
    Dim instance As DrawExceptionArgs
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    public:
    property int Index {
       int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also