DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / RefImage Property






In This Topic
    RefImage Property
    In This Topic
    The image whose plane is used to control the placement of this image, as a line.
    Syntax
    'Declaration
     
    
    Public Property RefImage As DicomImage
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As DicomImage
     
    instance.RefImage = value
     
    value = instance.RefImage
    public DicomImage RefImage {get; set;}
    public read-write property RefImage: DicomImage; 
    public function get,set RefImage : DicomImage
    public: __property DicomImage* get_RefImage();
    public: __property void set_RefImage( 
       DicomImage* value
    );
    public:
    property DicomImage^ RefImage {
       DicomImage^ get();
       void set (    DicomImage^ value);
    }
    Remarks
    Unlike lines generated using the DicomImage.ReferenceLine method, this line is fully dynamic, and updates automatically if the plane displayed by the referenced image is changed.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also