DicomObjects.NET8 Documentation
DicomObjects.EventArguments Namespace / FrameReceivedArgs Class / Instance Property



In This Topic
    Instance Property (FrameReceivedArgs)
    In This Topic
    The DicomDataSet being received
    Syntax
    'Declaration
     
    
    Public Property Instance As DicomDataSet
    'Usage
     
    
    Dim instance As FrameReceivedArgs
    Dim value As DicomDataSet
     
    instance.Instance = value
     
    value = instance.Instance
    public DicomDataSet Instance {get; set;}
    public:
    property DicomDataSet^ Instance {
       DicomDataSet^ get();
       void set (    DicomDataSet^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also