DicomObjects.NET.8.48 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 read-write property Instance: DicomDataSet; 
    public function get,set Instance : DicomDataSet
    public: __property DicomDataSet* get_Instance();
    public: __property void set_Instance( 
       DicomDataSet* value
    );
    public:
    property DicomDataSet^ Instance {
       DicomDataSet^ get();
       void set (    DicomDataSet^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also